What is the significance of the rule- pyRoutingtable (Rule-UI-Routing)

Hi,

Automatic rule-pyroutingtable is getting created automatically when correspondence rule is created. can anyone suggests the significance/background of that rule? Thank you.

@Rakeshr7 I found refernces to this table in the below documentation:

Enabling Constellation applications for registration

@Sam Alexander is this a Constellation-specific functionality?

@Rakeshr7 - Routing Table has information about whenever any DX API or semantic url hits the server this routing table mapping holds which path to go to get the data/payload required for that call. This data will be used to get the views on to the UI.

Thank you.

@Rakeshr7 This is basically c11n related feature and related to DX APIs.
This table used for mapping of data . It is storage of the data.
Whenver view gets called this used pyrouting table.

This is not related to any routing typ information table like infinity.

@Priyanka Boga

I see pyRoutingTable for Theme-Cosmos. and Cosmos React, is there any difference between the two.

@BalajiC7 - Yes completely different and these pyRoutingTables wont work in hybrid mode of constellation application.

Thank you.

@Priyanka Boga - Hello Priyanka, I want to send a link in an email for a user to open the case in portal. I think routing table will be helpful for that in constellation app.

For example, the below link should open the case in WebPortal in computerland app for send-emails case but its opening dev studio.

https://dev.pega.com/prweb/PRAuth/app/computerland/send-emails/S-19006?portal=WebPortal

Routing entry in pyRouting rule:

“send-emails/{workID}”: {
“routeKey”: “openWorkByHandle”,
“payload”: {
“caseID”: “OK5NFJ-Computer-Work {workID}”,
“caseName”: “send-emails”,
“caseClassName”: “OK5NFJ-Computer-Work-SendEmail”,
“page”: “pyDetails”,
“workID”: “{workID}”
}
}

@SateeshB6784 this question was about the significance of pyRoutingtable and the post is 6 months old and has an accepted answer.

Your question does not seem relevant to the original post.

Please Ask a New Question.

@Priyanka Boga

Do we use any Routing Table for Theme Cosmos , as Theme Cosmos does not use Pega DX API. If so where could we see it