[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Create A...

  • Thread starter Thread starter mparish
  • Start date Start date
Status
Not open for further replies.
M

mparish

Guest
Right - you cannot create a Corticon Rule message from the APIs. Though that would be really convenient if you could. However you can define an entity in your vocabulary (called Exception) then you can create it and populate it from your API. eg catch (Throwable e) { ICcDataObject msg = aDataObjMgr.createEntity( "Exception" ); msg.setAttributeValue( "text" , e.getMessage()); e.printStackTrace(); } // End of try importRulesheets

Continue reading...
 
Status
Not open for further replies.
Back
Top