Update all related fields on field data type changed

podollypodolly Member Posts: 84
Hi all,

We are having items with very long name, and need to modify the description and description 2 fields on item table. But when the data is copied to other table, an overflow problem happens. Is there any way to update all related fields so that we don't have to test every cases? I am just afraid there are some missing cases, but users may face when live run. Thanks a lot.

Comments

  • kapamaroukapamarou Member Posts: 1,152
    You can use the developer's toolkit to find all references to the specific field... Remember to look also for transfer fields commands... Also you could try creating an empty database with just the objects, change the type of the field to let's say boolean, and then maybe compile all objects to find the references (Should work, haven't ever tried it... ) :o )
Sign In or Register to comment.