For example, now you are in the payment extension graph. Payment graph related all views available in Base(payment) graph, We have the customerID field on the Payment and application screen itself. So you should Use Base.Document.Current.CustomerID
Now you are in the payment extension graph. The View is in the Base graph, We have the customerID field on the Payment and application screen itself. So you should Use Base.Document.Current.CustomerID
Hi, jinin
I checked it earlier , but I did not give me what I need
For example from this field Customer that is depicted on screen I need to extract “ABCHOLDING” value but it extracts 7061, which is internal ID, but I need “ABCHOLDING” value
When I tried to pas Base.Document.Current.CustomerID as parameter, the intellisense gives me error to Document after Base, and I can’t find what should be added