R
riche
Guest
I have a grid with labels that shows the detail for a single record. I would like the status code and description to show. The code is always 1 char, so I would like to just show Status: C: Closed (or O: Open, etc...). We have both in the JSON and the read object is returning it with both values (f_tatus, f_status_desc). I can bind to both, but I see that it actually creates two entries in the js for the responseMapping and the last one is used, so this will obviously not work. Is there a way to bind to i_status and then get the value for i_status_desc for the given record in the Edit JS (this would allow more flexibilty for formatting the output anyway)? I realize that I could modify the UI to have the labels side-by-side and do it that way, but I can't see an easy way to do this because I cannot place labels inline and I can't span grid cells in the app designer. I have it working by adding html as div and css, but I would prefer not to have to create custom html content for this if I don't have to and would prefer the other way if possible so just checking if anyone knows how.
Continue reading...
Continue reading...