Question

Find parameterUId

Hello!

I have this code that I want to edit with a new process.

 

ApproveHO: {

                    "value":"77e55977-070b-4af3-92a4-87014b4acff6", //New df53924b-c968-4421-85e2-406a23efd254

                    "displayValue":"Approve HO",

                    "parameterUId":"670a33d3-fba7-4f33-bec5-abbf254c8038" //

                },

 

Does anybody know where I can find parameterUId? I can find the id of the process, but not "parameterUId".

Thank you!

Like 0

Like

1 comments

Hello,

 

It's hard to understand what should be done unfortunately. If you need to find the 670a33d3-fba7-4f33-bec5-abbf254c8038 Id in the schemas try searching the schema using:

 

1) MetaData column from the SysSchema table

2) Source column from the SysSchemaSource table

3) Content column from the SysSchemaContent column

Show all comments