Hi all, I need some advice on getting an expression rule to successfully po

Certified Lead Developer
Hi all,
I need some advice on getting an expression rule to successfully port to another environment. The rule in question uses a call to the manual type constructor to a custom CDT for our process (i.e. type!scoreInfo). The issue seems to come down to the fact that when saving the expression rule, the full URL of the environment is added to the type constructor text. For example, this:
type!ProjectName_ScoreInfoCdt(id:"", Score:"" )
is being re-saved like this:
'type!{myProjectName_dev1.appiancloud.com/.../}ProjectName_ScoreInfoCdt'(id:"", Score:"" )

The issue is that this rule is used in a system that is being ported to another cloud site on a regular basis, and it seems to be causing an issue on import to the other environment (let's say it's myProjectName_test.appiancloud.com, etc).

I'm looking for any feedback on how I may continue using the type! constructor yet also import successfully into our test e...

OriginalPostID-73066

OriginalPostID-73066

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data