I have created a batch field in Kofax capture as " Invoice_from _Email"
which i need to call in KTM script to assing its value as true.
how can i call the batch field value in KTM script.?
I have created a batch field in Kofax capture as " Invoice_from _Email"
which i need to call in KTM script to assing its value as true.
how can i call the batch field value in KTM script.?
There are two different options on how to do this.
Mapping a batch/root folder field: The first would be to map the field. In Project Builder open Project Settings and check "Enable folders" on the General tab. This maps the KC batch to the KTM root folder and does not require you to actually create any additional folders. Then you can create a field, presumably named "Invoice_from_Email",on the root folder which you will be able to map to a KC field in the Synchronization Tool for the batch class.
Because the field is mapped, you have read/write access.
To use from script it would be:
Read-only access without mapping
From the documentation:
If you don't see this setting it means you have an version prior to when it was added and you don't have to worry about it.