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


Messages In This Thread
Custom field checkbox value not respected in List Columns business map issue - radu - 12-04-2020, 01:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)