Try this
// Convert the integer tableID to the required DbKey.DbTableID type
DbKey.DbTableID tableID = new DbKey.DbTableID(106); // Assuming 106 is the integer value
var employeeCustomColumn = this.DataStore.ReadExtensionDataPropertiesByTableID(tableID);
// To display or process the...
So, just to clarify—are you trying to retrieve the column name from the extended data rather than the actual value?
In your scenario, it should be EmpPfNumber, meaning the output you're expecting from the extension application is the field name (EmpPfNumber), not the employee's entered value...
Hey Mi,
Try this it should work,
var employeeCustomColumn = this.DataStore.ReadExtensionDataValue("Employee", "Department", this.OpsContext.TransEmployeeID);
OpsContext.ShowMessage("Custom Employee Column Value for Current Employee is " + employeeCustomColumn);
I have developed a Simphony Extension Application and I am using Ops.AlphaEntry and Ops.Numeric Entry, how can I control or take the input from mag card swap as well. Please some one help me I am suing the below code at the moment
string guestname =...
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.