Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

MFTS1

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.

Note:

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.

Note:

When using the Merge Field Helper feature in the Composer Solution Manager, the API field name will include merge field brackets. Example: {!Document_Generated__c}. When adding an API Field name to the parameter value via Merge Field Helper, you must manually remove the {! } characters from the Parameter Value field box.

Warning:

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