Closed hardEight closed 6 months ago
Would you be able to see if the issue is fixed in: http://portal.azure.com/?feature.canmodifystamps=true&Microsoft_Azure_EMA=hotfix#home We're currently hotfixing a different issue, but it may be linked with this one
@Eric-B-Wu I did check it, and that appears to have solved it! Any idea when the hotfix will be released?
Thanks!
We'll be running a hotfix today, there was a delay due to one of our dependent partner services being down; however, I tried a deployment today and it seemed to work. So will update once all stations are deployed
@hardEight closing this issue for now, the hotfix will be rolling out to production today, in the meantime feel free to use the link above.
deployment has now finished in all regions
Describe the Bug with repro steps
In the Fin & Ops connector for Dynamics365 F&O, the new UI is adding required fields that make the calls to the entity fail. The EmploymentLegalEntityId is showing as required. This is happening with the entities VendorsV2 and PersonIdentificationNumbers. When it is filled while sending data the call fails with the following error: { "status": 400, "message": "An error has occurred. Exception has been thrown by the target of an invocation. The property 'EmploymentLegalEntityId' does not exist on type 'Microsoft.Dynamics.DataEntities.PersonIdentificationNumber'. Make sure to only use property names that are defined by the type.\r\nclientRequestId: f447baf5-80dc-4f29-9fca-192088827849", "error": { "message": "An error has occurred. Exception has been thrown by the target of an invocation. The property 'EmploymentLegalEntityId' does not exist on type 'Microsoft.Dynamics.DataEntities.PersonIdentificationNumber'. Make sure to only use property names that are defined by the type." }, "source": "stellar-fo.operations.dynamics.com", "errors": [] }
New UI:
Same field in the Legacy designer(Different entity but same thing):
What type of Logic App Is this happening in?
Consumption (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Edge Version 124.0.2478.51 (Official build) stable app, beta channel (64-bit)
Additional context
No response