Hi All,
I have a Salesforce Javascript button that calls a Nintex URL (see below) to display a list of docGen templates to generate, each template having their own Delivery Options. I need to restrict the Delivery options for a specific button.
Does anyone know what the correct parameter to pass on the URL for the specific Delivery Option Name of the DocGen Packages? E.g. Mail (SFTP), Email, Attach, etc. I tried differerent properties, different combinations i found on the support site with no luck. Appreciate any help!
var redirectUrl = "/apex/loop__looplus?&eid={!Program_Member_MVN__c.Id}&ddplabel=document&filter={!Program_Member_MVN__c.Program_Id_MVN__c}-PM&filterType=startswith";