Hello, If I understood correctly the TargetLists can be formed only from general entity reports:
switch ($entityType) {
case 'Contact':...
Search Result
Collapse
168 results in 0.0095 seconds.
Keywords
Members
Tags
-
TargetList creation from custom entity?
Last edited by partomas; 03-17-2020, 01:42 PM. -
Tip on 500 Error
For those who have encountered this error message, the cause can be an error in your hook code:
I spent 2 days going crazy... -
Debugging PHP Code
For those that may not be aware, the following is really useful when debugging PHP code:
Code:$GLOBALS['log']->debug('Here is my variable:',
-
Creating a multiple payment schedule lines for a Sales order
As well as having multiple Sales order line items for the items in a sales order I'd like to add a multiple custom payment schedule items. This will allow...Last edited by cjohnsonuk; 01-20-2020, 12:29 PM. -
Редактирование доступа к настройкам профиля
Добрый день!
Не разобрался, как можно редактировать доступ к настройкам профиля.... -
Help appreciated: anybody can provide a hook with both afterRelate & afterUnrelate?
Hi,
I have created an entity called Event and it has relationship with Contact. I have an "entryCount" field to calculate the contacts...Last edited by chrisjiang; 12-28-2019, 02:16 PM. -
How to fetch another entity listing inside a custom entity menu grid listing ?
Hi ,
I have a Product Entity where i maintain the product data , i need to show the product grid listing inside my custom entity called Report... -
Export/Import Teams
Is it possible to import and export teams for a particular record? -
API request missing contacts
Hello Guys
Am new working with CRM and Rest API. We have a script that request our CRM using the api to list the total contact list and to...Last edited by Saptronico; 09-06-2019, 06:49 AM. -
Суммирование значений сущности и их вывод в списке.
Добрый день!
В системе создана Base сущность "Навык" с двумя типами полей... -
Field in extension
Good afternoon, I made an extension and it works, but there is one problem. For convenience, in the settings I need to place an int field. In metadata...