Skip to main content

User Information in Form

In the Project in eBAWorkflowStudio

You can provide your request from the Toolbox>User and Document Data>User Information object.

On the form; documentInfo1.Text

structure, directly in the validation code section

DocumentInfo1 Access to the object can be provided. In the properties of the document information object, the "Create Database Field" option is available. In order to access this object on the code side, this property must be selected.

With the Custom Property field, the user can access the property information

In the above way, you can select the Related fields according to your wish, and on the form side

String NameLastName=FillOfDocument1.Text; 

You can get the relevant values in the form of a variable