on 2024 Apr 16 11:00 AM
Hello everyone!
I would like to create a custom text box in the Business Partner master data and for it to show when creating an order.
Is there any way i can link the two when creating them?
I know how to create both of the text boxes but i dont know how to link the box in the order with the one in the BP master data.
Can anyone help me?
Thank you!!
Request clarification before answering.
Yes, you can use a formated search to fetch value on sales order from another table below is an example to fetch value based on customer code
Select UDFName from OCRD where CardCode = $ORDR.CardCode
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!! i wasnt familiar with formatted searches, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
10 | |
9 | |
9 | |
7 | |
6 | |
6 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.