I got the extension value by using DataStore.ReadExtensionDataValue, here i am getting the extension field value. But I was looking for a way to get the newly added column value in Employee object. I tried ReadEmployeeByNum and ReadEmployeeByID , unfortunately new column is not coming.
I have added some value to the new column in Employee.
I was able to get the Employee level extension value with DataStore.ReadExtensionDataValue. But I want to get employee's new field value corresponding to each employee in the employee object.
When i call DataStore.ReadEmployeeByNum or...
I have created a new data extension through EMC at the Employee level, and it has added as a new column in Employee
With the name of the data extension.
I want to get the newly added column data in the extensibility application. I tried by calling DataStore.ReadEmployeeByID
But the new column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.