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?
Announcement
Collapse
No announcement yet.
Field in related record
Collapse
X
-
Originally posted by tothewine View PostIs 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?
PHP Code:"contacts": {
"createAttributeMap": {
"billingAddressCity": "addressCity",
"billingAddressStreet": "addressStreet",
"billingAddressPostalCode": "addressPostalCode",
"billingAddressState": "addressState",
"billingAddressCountry": "addressCountry",
"id": "accountId",
"name": "accountName"
}
}
Rabii
Web Dev
Comment
Comment