Skip to main content
Question

Getting data in Custom MPM

  • January 13, 2022
  • 0 replies
  • 82 views

Forum|alt.badge.img+8

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;
 }