Hi Guys, Hope you are doing great.
Could you please assist me on the below one:
I am saving FSServiceContract record noteID value in Agreements table - RefNoteID field for reference purpose. While constructing the DataView to get the matched records infromation from the Agreements (this DataView present inside the FSServiceContractExt Graph), I am unable to get the “FromCurrent” option.
Below one is the my DataView:
public SelectFrom<Agreements>.
Where<Agreements.refNoteid.IsEqual<FSServiceContract.noteID.FromCurrent>>.
View Agreements;
→ Unable to get “FromCurrent” in the above DataView.
Note: The noteID was defined like the below inside the FSServiceContract class.
public abstract class noteID : IBqlField, IBqlOperand
{
protected noteID();
}
Thanks in Advance.
Moulali Shaik.