We are in the midst of implementing SL2011 FP1, so I am relatively new to SL and the customization tools.
We want to modify the Address Maintenance screen (2125000) by adding a key field for the customer ID. Currently this screen only uses the address ID as the key field, we want to have both the customer ID and the address ID as the key fields. We would like to do F3 lookup to the customer ID/Names first and then have the address ID lookup be constrained to only the addresses for the customer selected. So that we can have multiple Address IDs for each Customer ID. Is this possible using Customization Manager?
I was thinking that the steps needed are:
1. In Customize Mode, add a new Textbox for the Customer ID using a "User" field. Set its PV property to "customer_all" Set its Level property to 0,k, set its Tabindex property to 1 (and change the addressID fields tabindex to 2).
2. Create a new Stored Procedure and a new PV CSV file based on address_all, changing Parm1 to custid and parm2 to addrid. Import the new PV CSV file using the Possible Values Import.
3. Change the PV property on the addrID field to the newly created and imported PV.
Can anyone tell me:
1. If this is a possiblity?
2. Am I on the right track for the customization? Am I missing anything? and if not, where I could find an explanation for doing this.
Thanks!
*This post is locked for comments