Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Business Map - List Columns
#1
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>


Attached Files Image(s)
   
Ranieri
eCRM Web
Reply
#2
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.
Joe
TSolucio
Reply
#3
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 ...
Ranieri
eCRM Web
Reply
#4
Make sure you applied the change correctly.
Joe
TSolucio
Reply
#5
In other words, it works for me.
Joe
TSolucio
Reply
#6
Sorry

but If I do a git pull I don't ger a right file?
Ranieri
eCRM Web
Reply
#7
yes, git pull will get the right changes
Joe
TSolucio
Reply
#8
Strange, still nor working ...
Ranieri
eCRM Web
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)