I have a use case where I need to update approximately 300 individual custom fields. The reason for the update is that we reference a team name to identify the team that created and is using the custom field. The team name has changed and needs to be updated
We are active fusion users and these fields might be referenced within a current fusion scenario. My goal is to make sure that if I update a field NAME, it won't upset/break an existing fusion scenario. My understanding is that fusion reads a field ID number, not the actual name, I want to make sure this is true before I make any edits to custom fields. Thanks in advance for reviewing this
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I am glad you asked @Tlovie,
As below, while it is OK To Change a parameter's Label (which is What The User Sees), I'd recommend you DO NOT Change a parameter's Name (which is what the API Uses) unless you are also prepared (ideally in advance) to update that Name change everywhere.
Regards,
Doug
I am glad you asked @Tlovie,
As below, while it is OK To Change a parameter's Label (which is What The User Sees), I'd recommend you DO NOT Change a parameter's Name (which is what the API Uses) unless you are also prepared (ideally in advance) to update that Name change everywhere.
Regards,
Doug
@Doug_Den_Hoed__AtAppStore - Thank you so much for the quick and clear response. You helped me connect several dots that I didn't know I needed to connect!!!
Views
Likes
Replies