Skip to main content
Solved

Workflow Updating Note_Text

  • December 2, 2024
  • 1 reply
  • 58 views

Forum|alt.badge.img+7

Hello,

I’m trying to update in a BPA worklow in the MaterialRequisition the Note on the MaterialRequisitionLine, but it does not work. (No error in the inspector, everything is fine)

Is the NoteText maybe stored somewhere else because what me worry is the NoteId. For what is this used if not as a reference to another tabel/entity. If so, can you tell me this entity, please?

Or do you have another clue to store notes for me?
Many thanks!

...luname : "MaterialRequisLine" ▽ MaterialRequisitionSet_Set : [       {            Company : "xxx"            LabelCodenoA : "Account"            NoteText : null            DateEntered : "02/12/2024"         ▽ keyref : "ORDER_CLASS_DB=INT^ORDER_NO=456^"            OrderNo : "456"            IntCustomerNo : "9999"            StatusCode : "Released"            DestinationId : null            StatusChangeAllowed : true            TotalValue : 1.95            CreatedByUserId : "HGRUBEN"            PreAccountingId : 7162            DueDate : "02/12/2024"            NoteId : 271746            InternalDestination : null            Objgrants : null            OrderClass : "INT"            DocumentText : false...

Best answer by hgruben

This is solved. The NoteText can be updated, when a Read is done before.
In this case NoteId has nothing to do with the Notetext.

 

BR

Herbert

1 reply

Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • Answer
  • February 12, 2025

This is solved. The NoteText can be updated, when a Read is done before.
In this case NoteId has nothing to do with the Notetext.

 

BR

Herbert