New Salesforce Id not replacing temp ID on model record
I’m creating a record in an empty model and saving the record. I can see the record in Saleforce, but the Salesforce Id is not showing up in the Skuid model; the temp skuid id is still there. The same thing is happening in multiple models in the same page.
In one of the models, after multiple updates to that record, the Salesforce Id eventually shows up.
Any idea what is causing the Skuid Ids to remain and not show the Salesforce Id?
v: 16.8.3
Page 1 / 1
Hi @TWyatt_Bluefin, thanks for reaching out.
What components are surfacing your id fields?
How are you doing the save action? Is it part of a larger action sequence?
Is it possible for you to post a simplified version of your page XML here using standard objects so we can check it out?
From what you described, it sounds like the Salesforce Id is getting created behind the scenes but the Id field is not getting updated in the UI.
If you’re comfortable using the browser debug tools, you can explore the model fields to see if they’re getting updated. Open the browser console and type in
skuid.debug.modelMap()
This command should bring up your models, and then if you select a model and scroll down in the properties, under … eventually you should find a _dataMap node with the details of the rows in that model, including Id field value. This way you can confirm that the Id is getting updated and that the issue is with the components not refreshing in the UI.