Deprecated elements

Simple question regarding deprecating elements, how do you deal with them?

Do you keep an eye open on deprecated elements and the moment they are anounced deprecated you explore the code to fix all deprecated elements? Kind of hard since we don't have a "find" function to determine where a specific element is used (a deprecated appian function for example).

Do you simply go ahead and deploy the new version of Appian and test your applications? If anything breaks you fix at that moment before updating appian version in production?

Other strategies?

Curious to know, thanks!

OriginalPostID-247514

  Discussion posts and replies are publicly visible

Parents
  • Hi karl,

    I will surely agree with @Aayusha's suggestion. If more then 3 methods are deprecated then it is better to use that approach other wise you can go with Sneha approach if you are using 17.3 version of Appian.

    We are actually looking for the other thing to create a process/out of box java function where it will take the deprecated elements list and scan through all the components and will provide you the report end of the day.

    Thanks.
Reply
  • Hi karl,

    I will surely agree with @Aayusha's suggestion. If more then 3 methods are deprecated then it is better to use that approach other wise you can go with Sneha approach if you are using 17.3 version of Appian.

    We are actually looking for the other thing to create a process/out of box java function where it will take the deprecated elements list and scan through all the components and will provide you the report end of the day.

    Thanks.
Children
No Data