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 property is not coming. How can i access the new column value of the employee?
Any help is greatly appreciated.
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 property is not coming. How can i access the new column value of the employee?
Any help is greatly appreciated.