Hi. I created a new form in the screen painter
and set the auto managed property to true
when saving the document to the database, only the fields created by the system (DocEntry, DocNum, Period.. etc)
are the fields that inserted to the table.
How can i save data to the other user defined field like (U_RequestedByID, U_DepartmentID)?
I tried binding the fields and it works just fine
but the problem is if the object(EditText/Matrix) is binded to the table where i want to save them, the EditText/Matrix doesn't shows the value that came from choose from list
tnx in advance