on 2016 May 05 5:47 AM
Request clarification before answering.
Hi
if you see association RequestSegmentReference cardnality is 1 to many so it will give you collection of records
you can access desired ID as shown in below code Getfirst() will give first record from the collection
import ABSL;
import AP.LogisticsExecution.Global;
var ins1 = ProductionOrder.Retrieve(this.NUUID);
var myID = ins1.RequestSegmentReference.GetFirst().ProductionRequestProductionSegment.ID;
Regards
Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
39 | |
7 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.