Hi ,

I am able to read the current Record Id from Creatio AI Agent/Skill context.

Is it possible to also read the currently opened page Schema Id or Schema Name inside an AI Skill/Agent?

Example:

  • I open a Contact record page.
  • From the AI Skill, I call an Agent.
  • The Agent should identify the current page schema/object schema (Contact) and pass that Schema Id/Schema Name to a Business Process.

Currently, I can get only the Record Id, but not the Schema Id/Schema Name.

Has anyone implemented this or found a workaround to access the current page schema information inside Creatio AI?

Thanks.

Like 0

Like

1 comments

Hello,

It is possible to obtain the schema name from the currently opened page by using a handler.

An example of such a handler is available here:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…

Additionally, the handler should be extended by incorporating the code provided in the “Getting the Schema Information for the Data Source” section of the following article:
https://customerfx.com/article/generically-retrieving-schema-informatio…

Show all comments