on 2019 Sep 10 12:55 PM
I'm trying to build a custom query with the output details of Master Agreement Line items and it's specifications. I have the query as below so far...
Can some one help me to bridge a link between table - FCI_CONTRACT_LINEITEM and the Line item specification data created within MA-> Line items? Is the data would be found in FCI_DCOM_ITEM_SPEC ?<.....need link to a specific line item specification values in MA- Line items..>
WHERE
T2.INACTIVE = 0 AND
T2.VENDOR_OBJECT_ID=VEN.OBJECTID AND<%ORDERBY%>
Request clarification before answering.
Did you already look into the reference guide? There you find all the information and depending on what you want to show, fields or collections you have to link more tables to it.
You can go into the master agreement and click on the RG (reference guide) so you will be immediately at the right spot or you open the RG from somewhere else and do a find for the ID 1004.
Go to the master agreement (ID = 1004), go to the schema view and then choose the line item (bottom of the list) or service line items as they have different tables. All the technical data is there to build up your query (which tables, fieldnames, etc...). It could be that you have to link more tables to it (especially if it are collections you want to query).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.