CoreBOSBB

Full Version: Help with Business Map - List Columns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I created a new BM for list column

Module Service Contracts to Contacts

Defaul filters works fines

Custom Field - Works for search

But in pop up, system not show a value with any custom field

There any restriction for use a custom fields?

<map>
<originmodule>
<originname>Contacts</originname>
</originmodule>
<relatedlists>
<relatedlist>
<module>ServiceContracts</module>
<linkfield>lastname</linkfield>
<columns>

<field>
<label>CPF</label>
<name>CF_846</name>
</field>

<field>
<label>Sobrenome</label>
<name>lastname</name>
</field>

<field>
<label>Responsável</label>
<name>assigned_user_id</name>
</field>

</columns>
</relatedlist>
</relatedlists>
<popup>
<linkfield>lastname</linkfield>
<columns>
<field>
<label>CPF</label>
<name>cf_846</name>
</field>

<field>
<label>Nome</label>
<name>lastname</name>
</field>

<field>
<label>Celular</label>
<name>mobile</name>
</field>

<field>
<label>Responsável</label>
<name>assigned_user_id</name>
</field>

</columns>
</popup>
</map>

and not clear for me how I use a <linkfield></linkfield>
Try with this change: https://github.com/tsolucio/corebos/commit/60c45554841853e8849967f390d3058ab131955c

listlinkfield indicates the special field you want to click on to take you to the detail view. For example, by default, on Accounts, that is the accountname field. Now imagine that you define a new list which does not contain the accountname field. In this case, you will not be able to navigate to the detail view as no field will be a link. For this case, you can define a new listlinkfield for that specific combination of columns.
Not shown yet,

and has a collateral effect, now sysrtem shows many registry even not match at string I search when I use a CF ...
Make sure you applied the change correctly.
In other words, it works for me.
Sorry

but If I do a git pull I don't ger a right file?
yes, git pull will get the right changes
Strange, still nor working ...