Hello All,
I’m creating Route Master by using code,i’m able to populate almost all fields except Requirement field which is shown in below figure.The problem with this field is that it is coming from method of table.How to set this data by code so that i can able to see it on form?
For other fields i’m using ax classes to insert data in related tables for example-
axWrkCtrActivityRequirement = AxWrkCtrActivityRequirement::construct();
axWrkCtrActivityRequirement.parmRelationshipType(WrkCtrActivityRequirementType::Resource);
axWrkCtrActivityRequirement.parmActivityRequirementSet(axWrkCtrActivityRequirementSet.parmRecId());
axWrkCtrActivityRequirement.save();
Navigation Path
ProductionControl->Common->Routes->AllRoutes
Please suggest some way,thanks in advance