Is it possible, in the case of creating a related record in the lower panels, to ensure that some fields of the record are already pre-populated? What should be set in the formula?
Field in related record
Collapse
X
-
PHP Code:"contacts": { "createAttributeMap": { "billingAddressCity": "addressCity", "billingAddressStreet": "addressStreet", "billingAddressPostalCode": "addressPostalCode", "billingAddressState": "addressState", "billingAddressCountry": "addressCountry", "id": "accountId", "name": "accountName" } }
Rabii
Web DevComment
Comment