forms personalisation [message #539382] |
Sat, 14 January 2012 07:42 |
|
manish3019
Messages: 1 Registered: January 2012
|
Junior Member |
|
|
Hi,
I have the requirement to personalize the invoice workbench screen either using personalization or customizing custom.pll as follows:
Suppose i enter a invoice header information. now going to line information for creating records as follows:
line_num line_type amount
1 Freight 3
2 ABC 4
3 Freight 5
4 Freight 4
Now when i save the record, it has to validate that for line having line_type='Freight' the sum of amount<10, otherwise it would throw error message.{here in above example the sum of amount for line_type 'Freight' is 12(3+5+4), so it should throw error message while saving}.
Kindly give solution asap.
Thanks.
|
|
|