I am testing CMIS on Appian 7.5, the target CMIS system is Documentum. After I a

I am testing CMIS on Appian 7.5, the target CMIS system is Documentum. After I add a record in Third-Party Credentials, what expression can be used to test the connection? Is "Username" and "Password" the right field names for CMIS?

I created a expression rule to test it and it failed authentication. The rule is:

= with(
local!cmisResult: a!cmiGetRepoInfo(
scsExternalSystemKey: "dctm_dev_identity",
usePerUserCredentials: false,
atomPubUrl: "gvjbsdev63.ssga.statestr.com:52331/.../resources",
repositoryId: "DOCUDEV03"
),
if(
local!cmisResult.success,
local!cmisResult.result,
local!cmisResult.error
)
)...

OriginalPostID-113137

OriginalPostID-113137

  Discussion posts and replies are publicly visible