Doorgaan naar hoofdcontent

Posts

Posts uit november, 2012 tonen

CDATA within the BPM ??

Today i saw a CDATA text within the BPM i used with the file poller. With the file poller you can trigger a webservice. In this case i triggered a executeProcess. Below a small part of the configuration of this polling mechanism.

Cordys UI title caption

Today I wanted to change the title of a UI, but could not find where the current title was set. I looked into the properties and settings of the XForms, but no succes. In the runtime the title I saw was: "Aanvraag Documenten" but the fields i saw were not: Name Description Caption I also looked at the corresponding JScript of the XForms and searched for setCaption. But also no success. Finally thanks to a tip of a colleague i found it. It was at the calling XForm that used the following construction: I would recommend to use the Caption field of the XForm itself, so that the title is always the same and in one place, unless of course you want the caption to be dynamic.