Passing variable di generator ID

Confluence User - 16 Feb, 2023

I'm trying to insert the 

#binder.options.APP_ID.FORM_DEF_ID.FIELD_ID[PRIMARY_KEY]#

field from the form I am currently editing into the Generator ID. For example: 

????-#date.yyyy-MM-dd#-#binder. SCM.add_order.mpk#

Why doesn't this variable want to be assigned? Am I doing something wrong?

generateid;form;hash-variables

1


20 Feb, 2023
confluenceUser
confluenceUser

Hi X-soft ,

You can insert multiple hash value in the field by using nested hash syntax/format:

#prefix.{prefix.variableKey}#


eg. #date.dd-MM-yyyy-{date.dd-MM-yyyy}# will display : 20-02-2023-20-02-2023

#date.dd-MM-yyyy---{date.dd-MM-yyyy}# will display : 20-02-2023---20-02-2023


For more information, please refer to below link:

Hash Variable#NestedHashVariable


I hope this helps you.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print