how to change field label and name through business rule

dio
Kilo Contributor

Hi all,

I want to change the field name and label through business rule.

Thanks in advance

9 REPLIES 9

Community Alums
Not applicable

So on a new record screen, you want the field label to be "this" and then once it's saved, you want the label to be "that"?

yes

Community Alums
Not applicable

Set the label of the field you want as the second (saved) value, then create an on load client script like this: (in this example I'm changing the short description label, overwrite this with your required field name and new label)

find_real_file.png

Thank you so much , is any possibility of achieving through business rule .  

Community Alums
Not applicable

No - that's not what business rules are for. 

A business rule can't run on a "per record" basis to update the dictionary. 

If you want to make the field label conditional on if the record is a new or saved record - you need to do that through a client script.