Category: Activity Logging Parameter

Compatible with: Conga Quote Generation

Parameter Name: MFTSValue0

Parameter Value: [text]

Parameter Requirements: UF0 and MFTS0

Parameter Description: MFTSValue0 (Master Field to Set Value) determines the value of the master field to be set.

Do not use with &, %, < or > or other special characters.

Use TODAY to set the Master Field to Set Value to today's date.

Examples: &MFTSValue0={!TEXT(TODAY())} or &MFTSValue0=TODAY or &MFTSValue0={!Today}

You can add days using this syntax: &MFTSValue0={!TEXT(TODAY()+7)

If run in a formula (using Conga Batch or Conga Trigger), TODAY needs to be treated as Static text: "&MFTSValue0="+ {!TEXT( TODAY() )} +

If using a date/time field, use this syntax: &MFTSValue0=Now

Do not use parentheses around Master Field values. For example, do not use TODAY() or Now().

When referencing a standard checkbox field with the MFTS parameter, use True as the MFTSValue: &MFTS0=HasProducts__c &MFTSValue0=True

Example:

&UF0=1
&MFTS0=Member_Status__c
&MFTSValue0=Patron