Deprecation of a!buttonWidgetSubmit() in v19.1

Hello guys,

I would like to double check information from release notes.

Function a!buttonWidgetSubmit() is deprecated since version 19.1 and it was mentioned it will be removed in future releases of Appian.

Does that mean this function will not work at all in version 19.2 and needs to be replaced in all SAIL interfaces which utilize this function ?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • +2
    Certified Lead Developer

    The function is deprecated because it was 100% duplicative of the a!buttonWidget() function, which can be used instead in all use cases with (AFAIK) zero loss.  But Appian is not quick to remove deprecated functions in a way which will break legacy code - you probably don't need to actively worry about this for quite some time, though it is still recommended to begin the transition now where possible.

Reply
  • +2
    Certified Lead Developer

    The function is deprecated because it was 100% duplicative of the a!buttonWidget() function, which can be used instead in all use cases with (AFAIK) zero loss.  But Appian is not quick to remove deprecated functions in a way which will break legacy code - you probably don't need to actively worry about this for quite some time, though it is still recommended to begin the transition now where possible.

Children