Skip to main content

Currently our task table doesnt have anymore spare User_Def fields. is there any other way to add fields to this table or do we have to create a brand new table and link them together? Our sister company ended up creating another table (CUST_TASK) but the user defs all work the same. In the UI designer you’ll see all these in the task selection

However were trying to do insert business rules using the CUST_TASK table and running into issues. If we could do this on the task table that would be great but there are no empty user defs left

Dear jbernardo, 

 

unfortunately it’s not possible to add more user_def columns to one metadata table . But its possible to create a new table and link that via relation_def to the main table as you mentioned. Please be careful that you added the correct relation type. 

 

Best regards


Thank you @Jacqueline.Lyra 


Reply