Question

Getting data in Custom MPM

  • 13 January 2022
  • 0 replies
  • 77 views

Userlevel 1
Badge +7

Hi Team,

 

I am new to IFS and currently trying to create below custom MPM in CustomPolicies > ServiceLogisticsCustBusPolicyMgr.cs class. Can you please advise if below is the right way of getting task data in custom MPM? I am trying to initialize Business Entity for task. 

 

In case it is not the right way then please advise how can I get task data inside custom MPM.

 

 public DataTable GetTaskData()
 {
            Metrix.BusinessEntities.taskDataTable objtaskdt = new Metrix.BusinessEntities.taskDataTable();
            return objtaskdt;
 }


0 replies

Be the first to reply!

Reply