Skip to content
  1. Extras
  2. msBulkEditor
  3. Interface
  4. Resource fields

Resource fields: boolean, SEO, text, dates, links

Bulk operations on MODX resource (product) fields, excluding price/stock/TV/options.

Open: Run operation → pick the type in the operation dialog.

Boolean toggle


Boolean toggle (boolean_toggle)

Toggle resource flags and MS3 product labels.

Fields

FieldDescription
publishedPublished
hidemenuHide from menu
deletedTrash (soft delete via flag)
searchable, cacheable, richtext, uri_override, show_in_treeMODX flags
new, popular, favoriteMiniShop3 labels

Value

UIAPI valueEffect
Toggle(omitted)flip 01
Yes1set on
No0set off

MS3 labels are also covered in product and prices.

The deleted boolean and Soft delete (soft_delete) both set deleted=1. Soft delete skips already deleted rows and asks for confirm before apply — product and prices.


Text field (text_set)

Text field

Set one resource or MS3 field:

FieldNote
pagetitle, longtitle, menutitle, description, introtext, link_attributesString
articleSKU
weightNumber ≥ 0

Clear empty (clearEmpty) writes an empty string or weight = 0.

Shortcut: Quick actionsSet text. Article and weight also in product and prices.


SEO (seo)

SEO operation

Set one SEO field for the whole selection.

FieldPurpose
longtitleLong title
descriptionMeta description
menutitleMenu title
aliasURL alias

Parameters: field, value. No replace mode — use Text replace for substring replacement.


Text replace (text_replace)

Text replace

Find and replace in resource text fields.

FieldNotes
pagetitle, longtitle, description, introtext, content, alias, uri, menutitleone field per operation in UI

Parameters: field, fields (single-element array), search, replace.

API also supports useRegex, caseInsensitive; UI defaults both to false.


Dates (dates)

Dates operation

FieldDescription
createdon, editedon, publishedonSystem dates
pub_date, unpub_datePublish / unpublish
ModeAPI modeParameters
Setsetvalue as YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
Clearclear
Offset by N daysoffset_daysdays (integer, may be negative)

Also via Quick actionsChange datesquick actions.


Resource group (resource_group)

Resource group

Assign a MODX access group.

  • groupId — from filters/references.
  • API optional groupIds[]; UI selects one group.

Quick actions: “Assign resource group”.


Product links

Works with msProductLink (MS3 related products).

ModeAPI modeAction
Addaddmaster → slave link
Removeremovedrop link

Parameters:

  • linkTypeId — MS3 link type ID;
  • targetProductId — related product (slave) ID.

Preview shows rows where the link already exists or is missing.


See also