Hi,
I am new to IDM and would like to attach document to my session based on the combination of Customer, TenderNO, Customer PO and Contract # through IDM.
Were you able to solve this issue? I too am in the same situation at the moment.
I don't use LN but M3.
Usually though in IDM you need to create a Business Context Model that maps the attributes to use.
You define the Entity that your program uses, along with product and the screenID you wish to be able to use this in(Context Viewer widget should provide this information)
Then on refresh, it should show that related information viewer to upload files to.
You can create a custom Document Type in IDM that hold the relevant attributes if not using a standard one.
BR
Aaron
First off, thank you for replying! I appreciate your assistance.
In IDM there is already a Business Context Model (InforERPEnterpriseCommonInternalBusinessPartner) which exists under a 'blank' product and 'blank' screen. I can go into our LN BP Master screen (tccom4500m000), select a BP and then attach a document. No issues. From that LN session, I can drill into another session which contains specific Buy-From sub-entity data. Just for reference this screen refers to the Business Context Model (InforSupplierPartyMaster) and currently displays 'No Result Found' but there is the paperclip icon which means I can add documents. From this screen I can drill further into a custom screen txgen0101m000 which stores additional data related to the BP. While in this screen there is no dropdown listing for a Business Context Model to select nor is there an option to add documents.
In IDM I have copied the configuration for the InforERPEnterpriseCommonInternalBusinessPartner Business Context Model and set it up by adding 'ln' to the product and 'txgen0101m000' to the screen. I've left the rest the same as I want this screen to display the same information for this Business Context Model as the BP Master screen (tccom4500m000).
Txgen0101m000 is a non-standard LN session. It was created using LN Studio IDE (Eclipse). I wonder if there is some sort of configuration on the LN side to make it 'IDM capable'.
Your screen needs to send the appropriate Entity for the Document Type/BCM and the required data as part of its Context Message. That will enable the upload in the Related Information widget.
I can't help with setting this up in LN unfortunately. Maybe ask in the LN development forum LN Development - Infor Global Community on here?
Thank you. That gives me a direction to investigate. I'll check the programming documentation too.
There is an Infor ES InContext Modeler Development Guide which outlines what I need. Thank you!