Skip to main content
August 22, 2023
Question

interface

  • August 22, 2023
  • 2 replies
  • 0 views

Can I use same interface for 2 related actions . If a user is from group1 the related action as "group1 approval" and if user is from group2 then relatedaction is "group2approval".

on approve of group1 ,some fields gets updated in db and upon approval of group2 some fields gets updated (like lastupdatedby ,status)  ,all fields are common in both the interfaces ,upon approving from group1 it shows status as "group1 approved" and if group2 approved then status as "group2 approved"

    2 replies

    mathieud0001
    Brainy
    August 22, 2023

    Yes it is possible to reuse the same interface/process for different related actions.

    harshm4411
    August 23, 2023

    Yes you can utilize a single interface for both purposes. Any updates be necessary, you can achieve this by rule inputs.