Hey guys. Does anyone know how to add an item level discount using Simphony Extensibility Framework? I see the OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Discount) { Number = DisObjNum }); but I'm unsure as to how to apply this discount to a specific item. Is there some method I need to use to select the line item first and then apply the discount? I can't seem to find anything about this in the documentation. Is it possibly not supported?
Thanks
Thanks