‎2025 Mar 06 8:00 AM - edited ‎2025 Mar 06 9:33 AM
Dear Team,
Good day!
We would like to set up specific functionality for one particular item group in SAP Business One. Please refer to the scenario below for a better understanding:
Scenario:
We require this setup to only apply to one specific item group and ensure the system follows the above logic when creating sales orders for items within this group.
Could you please guide us on how to configure this setup in SAP Business One? If customization or further actions are needed, kindly provide the necessary steps or suggestions.
How can i handle?
Regards,
Nikunj
Request clarification before answering.
IF
$[$38.1.0]=(Select A.ItemCode From OITM A Where A.ItemCode=$[$38.1.0] AND A.ItmsGrpCod='Enter you item group code')
Begin
Select $[$38.14.number]/2 --For 50% discount
End
Else
Begin
Select 'Check'
End
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @nikunjmehta2290 ,
This can be enabled via sap support's help. But it is applied across the database and cannot be made only with specific item group.
Alternatively, you may apply this logic using FMS is the row total against the specific item group.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 33 | |
| 18 | |
| 14 | |
| 13 | |
| 9 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.