Category: Activity Logging Parameter

Compatible with: Composer 8

Parameter Name: MFTS1

Parameter Value: [API Name of Field to Update]

Parameter Requirements: UF0 and MFTSValue1

Parameter Description:

  • MFTS1 (Master Field to Set) determines the field that is updated when the Composer solution runs. The value is the API name of the field to update.
  • UF0 parameter must be included.
  • MFTSValue1 parameter defines the value that will be used to update the field.

Composer allows you to set up to three different fields when a solution runs. You can increment the MFTS and MFTSValue parameters to update additional fields. See MFTS0, MFTSValue0, MFTS2, and MFTSValue2.

If you have a checkbox on your object that you want to set to True when Composer runs, set the value of the MFTSValue parameter to TRUE.

Master Field to Set does not work with Global Merge Solutions.

Example:

Update the Member_Status__c field with a value of “Patron” and set the Document_Generated__c field to True every time the Composer solution runs:

&UF0=1
&MFTS0=Member_Status__c
&MFTSValue0=Patron
&MFTS1=Document_Generated__c
&MFTSValue1=TRUE