GetDataTableForFieldOfProfile

Description

This activity takes in input a profile and the externalId of its field and checks if it is associated with a DataSource (its presenter is ComboBox, LookUpEdit or TableBox). If so, it returns the row of the DataSource in which the current value of the field appears.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc

FieldExternalId InArgument<String> REQUIRED

The external id of the field to take. It must have an associated data source so its presenter must be Combobox, LookupEdit or TableBox.

Profile InArgument<IProfile> REQUIRED

The profile from which to take the field.