How to change Workflow Table

Lisa Silvaroli
Tera Guru

Is there a way to change the Table of a Workflow after its already been created/published? It appears to be read only.

workflow.JPG

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

So... was looking at this just today.  Checked out the Workflow, Table field clearly looks read only...

 

find_real_file.png

But being the stubborn old curmudgeon that I am... I clicked the field anyway.  To my shock and awe, a full 20 seconds later, the list of tables popped up.

find_real_file.png

 

SO... there's that.

View solution in original post

17 REPLIES 17

Using GlideRecord to make the update totally worked. It makes me wonder why it's restricted in the first place. Thanks for your help!


i will be trying this thanks


drew25
Tera Contributor

Worked perfectly, thanks!

Hi,



Yes you can change the table. Your workflow is on Requested item table which is task extended table so you can be only able to set table which are task tables. There are few activities, which are restricted for task tables only. So if your workflow is using any of them, it wont let you change the table name to any table but task (extended tables).




Thanks.


PS: Hit like, Helpful, Correct and Endorse, if it answers your question.


Uncle Rob
Kilo Patron

So... was looking at this just today.  Checked out the Workflow, Table field clearly looks read only...

 

find_real_file.png

But being the stubborn old curmudgeon that I am... I clicked the field anyway.  To my shock and awe, a full 20 seconds later, the list of tables popped up.

find_real_file.png

 

SO... there's that.