Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
Currently we hard coded the action timeout value(600 sec) in the action class. But we want to make it configurable instead of static.
@ActionCallback(callPoint = "test", callType = ActionCBType.ACTION)public ConfXMLParam[] test(DpActionTrans tra...
Hi,
Started maapi transaction in read mode and fetched device specific service instances and stored that data in global variable and finished transaction.
Passing this variable to different method argument and trying to read that but am getting excep...
Hi,
Thanks for the quick reply.
I have implemented the below option and it is working fine.
Restructure code to do all the work within the read transaction - usually simplest and most robust