How to access a Appian pages from a SAP CRM Portal seamlessly?

Hi All,

I have following requirements.Hope I can get some solutions on this.Appreciate all the help.

1.          To call Appian screens seamlessly from SAP CRM portal on click of a button
2.          Appian screen renders with data from SAP CRM Portal on click of a button in SAP portal

Cheers
RajHasti

OriginalPostID-260541

  Discussion posts and replies are publicly visible

Parents
  • Few options (while still meeting your seamless requirement):

    1) Embedded SAIL. But 1 problem would be how to move the data generated into this SAIL form. Say, if the user is selecting few employees in your SAP portal and if this is the data you want to send across to Appian, then the first problem would be how to populate this data into the Embedded UI so that it is into Appian. AFAIK, this would involve duplicating/moving some amount of data generation into Appian.

    2) Populate data into a database shared by both systems and if feasible make it retrievable by just the user id (+ timestamp + isActive flag). In this case, through SSO, the user can land in Appian and Appian could then pull data from DB based on just the loggedInUser id.

    3) A Hybrid option - populate data into a shared DB and create entity record. Use this record identifier to take the user directly into the Record via Embedded Interface. User can then take actions using Related Actions.
Reply
  • Few options (while still meeting your seamless requirement):

    1) Embedded SAIL. But 1 problem would be how to move the data generated into this SAIL form. Say, if the user is selecting few employees in your SAP portal and if this is the data you want to send across to Appian, then the first problem would be how to populate this data into the Embedded UI so that it is into Appian. AFAIK, this would involve duplicating/moving some amount of data generation into Appian.

    2) Populate data into a database shared by both systems and if feasible make it retrievable by just the user id (+ timestamp + isActive flag). In this case, through SSO, the user can land in Appian and Appian could then pull data from DB based on just the loggedInUser id.

    3) A Hybrid option - populate data into a shared DB and create entity record. Use this record identifier to take the user directly into the Record via Embedded Interface. User can then take actions using Related Actions.
Children
No Data