LGParentID
Category: Activity Logging Parameter
Compatible with: Composer 7 & Composer 8
Parameter Name: LGParentId
Parameter Value: [QVar0 or QVar1 or QVar2]
This parameter must be populated via a QVAR query. You must create a query to locate the Parent ID. For more information on QVars (Querystring Variable), refer to the Using Qvars in a Conga Composer Solution section. Refer to the following example for your reference.
Example:
SOQL Select Statement (Conga Query): SELECT Opportunity.Id FROM Quote WHERE Id="{pv0}"
&QVar0ID=a03f4000000vnCL (15 digit Salesforce ID of a query record created above.)
Parameter Requirements: &Id={!Opportunity.Id}
Parameter Description: Override the default record against which a completed task is created. In the absence of this parameter, the task is created against the Master Object.
You should use &LG4=1 or &AC0=1 in conjunction with LGParentID for maximum benefits.
Example:
&QVar0ID=a03f4000000vnCL
&LGParentId={QVar0}