function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shashikumar TalapaShashikumar Talapa 

Can we update multiple object records in custom profile center page..?

Hello!
   I have a CloudPage which consist fields of salescloud objects Contact, Account and vehicle. I am using a RetrieveSalesforceObjects() call to pre-populate the data on the page, but now I want to update the data using the UpdateSingleSalesforceObject() call when the user presses the Submit button. What I am trying to figure out is can i update muliple salesforce object fields in a single html form.?
AbhishekAbhishek (Salesforce Developers) 
I think your query is answered below,

https://salesforce.stackexchange.com/questions/289757/custom-profile-center-code-along-with-admin-page-in-sfmc-documentation-clarifica

https://salesforce.stackexchange.com/questions/171911/custom-profile-subscription-center/171924


If it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
Akshay ShrivastavaAkshay Shrivastava
yas . it may help