Good Morning,
Hope you are fine.
I have a query which has GeneralJournalAccountEntry and GenerealJournalEntry as DataSources
i created view with same and added some fields like ledgerdimension,Accountingdate.
I want Fixed asset number from ledger dimension for that i wrote view method to get fixed assetfrom ledger dimension and added the string field and gave this view method which is fine.
Now i want to get some fields which is customized table (Ex - xyzTable) In this i have fixed asset number and category field.
Now when i am writing a new view method to get category from xyz table how can i compare with fixed asset which is a view method added as field
For Example if the field i am comparing is a datasource field then i can write like below
str sDateTime;
sDateTime = SysComputedColumn::returnField(tableStr(VendorInvoiceView), identifierStr(VendInvoiceJour), fieldStr(VendInvoiceJour, createdDateTime));
But in my case the fixed asset is data method added as field in view how can i use view field to compare(fixedasset) with xyztable. (fixed asset). like in above code my field is not bounded to any datasource its a view method.
Dear experts please provide some solution on this.
Regards,
Have a great day.