not related to this video, but what is the recommended way to read in javascript a field object? var nameField = executionContext.getFormContext().data.entity.attributes.getByName("name"); var nameField1 = executionContext.getFormContext().getAttribute("name"); nameField == nameField1 returns true
In the Success callback you can add code to do the refresh: Xrm.Navigation.openForm(entityFormOptions,formParameters).then(successCallback,errorCallback);
Hey Carl, I want to to open same as on "+ New Case" button(case grid) which related to account already i have create relationship between them..now how can i achieve can you please help me? Thank you, yash
I'm working on a video but please see Example 3 here in the meantime, you can get the Id of the record created - docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-navigation/navigateto
Hi Carl, do you know if this functionality is available in on-premise v9.0.23.7 using unified interface?
not related to this video, but what is the recommended way to read in javascript a field object?
var nameField = executionContext.getFormContext().data.entity.attributes.getByName("name");
var nameField1 = executionContext.getFormContext().getAttribute("name");
nameField == nameField1 returns true
I want to open model popup from webresource and after closing it should refresh the parent webresource.
In the Success callback you can add code to do the refresh: Xrm.Navigation.openForm(entityFormOptions,formParameters).then(successCallback,errorCallback);
Hey Carl,
I want to to open same as on "+ New Case" button(case grid) which related to account already i have create relationship between them..now how can i achieve can you please help me?
Thank you,
yash
Great Thanks.
That's is great, thanks!
Thank you Iriem!
Hi Carl,
Could you please upload a video on writing a callback function to capture the data created in modal dialog to the lookup field
I'm working on it, thanks for the feedback Priyanka!
I want the entity form to open in modal dialog and then capture the record created in the lookup
I'm working on a video but please see Example 3 here in the meantime, you can get the Id of the record created - docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-navigation/navigateto