Thursday, August 25, 2011

obpm automatically code convert

OBPM supports PBL, java or VB as its scrip language. I found it has the ability to convert the code between different language automatically.

For example

I put in the code

logMessage "Claim amount: " + copy.claim.amount using severity = DEBUG



Then I switch the language and close/reopen the script editor.



image



Now the code is automatically converted to this

logMessage("Claim amount: " + copy.claim.amount, severity : DEBUG);

No comments:

Post a Comment