Question
Randstad Technologies US
US
Last activity: 12 Apr 2018 11:07 EDT
Integration class lenth issue with Pega 7.2.2
when we are trying to create Rest integration connector wizard,we observed system is not accepting more than 25 characters for class name.
we are getting message as "Class id can not be greater than 25 characters."
we can find the conditon in PyGenerationCheck activity.
I would like to know is there any design consideration for keeping restriction on class lentgh for integration layer only for 25 characters where as for other layers data and work its 64 characters.
The REST connector wizard will generate class names that start with <Org> or <Org>-<Div>- or <Org>-<FW>- depending on the ECS layer you are generating for. To keep the name short as possible just use <Org> .
The REST wizard then must append "-<Service>"
Then it must append "_Response_GET" and/or "_Response_POST" depending on the REST methods used.
If the response contains a List. the REST wizard must also append the list's JSON element name after "-<Service>" when forming a class name.
The maximum length of a pzInsKey is 256 character.
The beginning of a pzInsKey is the class name in all caps.
The rest of the pzInsKey is the rule name followed by a timestamp.