Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom field checkbox value not respected in List Columns business map issue
#1
Hello again,

I have a List Colums type business map that defines the sales order columns displayed in the related table of other modules. If i add a custom checkbox field in SalesOrder module and define it as a column in the business map, the values displayed in the 'related' table are always 'no' even when the checkbox is 'yes'. Other built-in checkbox fields(ex. invoiced) are shown correctly. I tried to define the column both 'simple' and 'detailed', same result:

Code:
<field>
   <label>Checkbox</label>
   <name>cf_1410</name>
</field>

or

Code:
<field>
   <label>Checkbox</label>
   <name>cf_1410</name>
   <table>SalesOrder</table>
   <columnname>cf_1410</columnname>
</field>

Any ideas?
Thanks

-Later Edit- In fact, other types of custom fields show the same behavior, displaying wrong/no values in related table after defining List Columns business map. Do those columns representing custom fields have to be defined differently?
Reply
#2
this should fix it

https://github.com/tsolucio/corebos/commit/bb48dadbac93e87140ccc175ad8cb458098ddbe0

Let me know how it goes
Joe
TSolucio
Reply
#3
It works great. I wanted to do a bit more extensive testing before i jump to conclusion and in the end all went ok Wink

Thanks!
Reply
#4
:-)
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)