Hello all,
I have a service class, which the values of the contract are coming from the json file. I am using Microsoft Dynamics 365 x++.
On this service, i need to create a Resource on : Organization administration > Resources > Resources (WrkCtrTable).
The json file is coming like this :
"contract":{
"LegalEntity": "XX",
"Resource": "2570",
"Description": "TEST",
"Type" : "Machine",
"GUID": "9a063dea-45ac-45d3-8ccf-cfe773e08863",
"FinancialDimensions" : {
"resource" : "2570"
},
"ResourceCalendarAssignment":[{
"WorkCalendar" : 2,
"ValidFrom" : "1900-01-01",
"ValidTo " : "2154-12-31"
}],
"ResourceGroupMembership":[{
"ResourceGroup": "TEST",
"ValidFrom": "1900-01-01",
"ValidTo ": "2154-12-31"
}]
}
My question is: How can i create financial dimension on this service class , and assign it to this resource that i am creating? The format is coming lke this from json file
"FinancialDimensions" : {
"resource" : "2570"
},
Many thanks
André Arnaud de Cal...
291,971
Super User 2025 Season 1
Martin Dráb
230,846
Most Valuable Professional
nmaenpaa
101,156