Want to remove Liability Account from Show Fileld sub-menu [message #426821] |
Tue, 20 October 2009 00:22 |
Niraj T
Messages: 14 Registered: June 2009 Location: Mumbai
|
Junior Member |
|
|
Hi Gurus,
As we define the liability code for each suppliers while creating supplier name but users change the same & sometime put the wrong codes at the time of invoice booking. Due to this we are facing lots of problem. So we want to remove or hide LOV - "Liability Account" form Folder > Show Field sub-menu at the time of invoice booking. If anybody have any workaround or any solution for this issue please share with us.
Thanx a lot....
Regards,
Niraj.
|
|
|
|
|
|
Re: Want to remove Liability Account from Show Fileld sub-menu [message #429347 is a reply to message #429153] |
Tue, 03 November 2009 05:23 |
SSGKK
Messages: 19 Registered: March 2009
|
Junior Member |
|
|
Try this
Condition Region:-
1. Trigger Event: WHEN-NEW-ITEM-INSTANCE
2. Trigger Object: INV_SUM_FOLDER.LIABILITY_ACCOUNT
3. Condition: None
4. Processing Mode: Both
5: Level = Site
Actions Region:
1. Seq = 10
2. Type = Property
3. Description: Disable Insert
4. Language: All
5. Enabled: Yes
6. Object Type: Item
7. Target oBject: INV_SUM_FOLDER.LIABILITY_ACCOUNT
8. Property Name: INSERT_ALLOWED(ITEM-INSTANCE)
9. VALUE: FALSE
10. Seq = 20
11. Type = Property
12. Description: Disable Update
13. Language: All
14. Enabled: Yes
15. Object Type: Item
16. Target oBject: INV_SUM_FOLDER.LIABILITY_ACCOUNT
17. Property Name: UPDATE_ALLOWED(ITEM-INSTANCE)
18. VALUE: FALSE
HTH
SSGKK
|
|
|