cancel
Showing results for 
Search instead for 
Did you mean: 

Edit a Ship-to Address

Former Member
0 Kudos

Hi All,

In WCEM 30, I am modifying the application to allow changing for the Ship-to Address.  Fields are updating, excepting Name 1, 2, 3, 4, and Mobile Number.  (Other fields, like Street Addr, Tel, Fax, Email, can be updated properly.) 

Does anyone have any thoughts?  Will this be a configuration setting?  Any way to update Name 4 and mobile num?

Kirby

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this was not standard, correct? So you enabled by modifying the code, to show the "edit" link?

Former Member
0 Kudos

Yes, that's correct.  I modified the code to "activate" the edit mode.  It's working.  I can edit the address.  But for some reason, the appl refuses to update Name 1,2,3,4 and Mobile Num.  For the Mobile Num, I see, from the standard code, it's sending to the backend just like the Telephone Num and Fax.  However, it didn't get updated or saved.  (But Tele Num and Fax did.) 

Am I missing a configuration or something?

Former Member
0 Kudos

Hi,

i do not see the code in front of me, that you currently use. But i also did it this way once, but you cannot just simply switch on the edit modus by setting the edit-flag and everything works. You must also adjust the handler behind to process the data and to push it to the backend. I am pretty sure the logic was not designed to handle write events, that's why you missing some fields. Locate the view handler for address change and you might find some logic, that is not filling all details from your UI bean to the BO bean.

Hope that helps