cs.vikash
14th July 2017, 17:11
Hello Everyone,
How can I write text in LN from Process BOD? I have one table field of type text, for which I want to write text based on the text written by User in BOD.
Appreciate your help.
Regards
Vikash
bhushanchanda
17th July 2017, 11:55
Is the field a string field when coming from BOD?
If yes, then you may need to write the string to a text file and then use text.write() function to write the file data to the required field.
Some samples -
Thread 1 (http://www.baanboard.com/baanboard/showthread.php?p=191636)
Thread 2 (http://www.baanboard.com/baanboard/showthread.php?t=9968)
Thread 3 (http://www.baanboard.com/baanboard/showthread.php?t=69704)
cs.vikash
8th August 2017, 08:23
Thank you Bhushan. I managed to do this. Standard LN handles it automatically. Mistake I was doing was, there was some issue in field mapping which resolved the issue.
Thanks
Vikash