Hi @CAPALK
If you read the Docman Macros documentation, it mentions below
If these attributes (or the values they contain) are not enough for your needs there are a couple of ways to fix this:
- Customize the Get_Document_Data function in Doc_Issue_API
- Make a macro that calls the IFS Foundation Gateway and do the necessary database calls yourself. This is unsupported, but might work.
Retrieve the values from some other place such as files or windows registry, using available functions in VBScript.
I guess the option 1 would be the safest since you can define the attribute you want and set the value for it inside Get_Document_Data function.
Option 2 should be possible with basic authentication, but with IFS cloud I am not sure it will work