Skip to main content
Solved

DocumentText from Customer

  • February 7, 2025
  • 1 reply
  • 67 views

Forum|alt.badge.img+4

I’m using OData with IFS Cloud R23.2. I need to pull a specific DocumentText record related to a specific CustomerInfo record. In QueryDesigner I found that the DocumentText entity is connected to other entities via the DocumentText.NoteId attribute. Via the log console I found the NoteId for the Customer record I was referring to and by using that NoteId I can see the three DocumentText records for that customer. However, I do not see any place in the CustomerInfo where the NoteId is stored. Where can I find the NoteId for a Customer?

Best answer by ChrisEdgington

Found it … turns out the customer NoteId is on the CustOrdCustomer entity, where the CustomerNo matches the CustomerId.
 

 

1 reply

Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • Answer
  • February 7, 2025

Found it … turns out the customer NoteId is on the CustOrdCustomer entity, where the CustomerNo matches the CustomerId.