Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 5 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
Finetuning the way you se...
Forum: coreBOS Development
Last Post: alexandy40d
12-06-2024, 07:38 AM
» Replies: 4
» Views: 8,134
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 613
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,106
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 717
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,755
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,840
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,317
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,696
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,651
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,018
|
|
|
strange behaviour with filters in list view when using custom field |
Posted by: slechaix - 08-18-2020, 02:31 AM - Forum: Administrator Support
- Replies (4)
|
|
Hi,
When I want to use advanced filter in a view, if I use a negative condition like "not equal to" or "does not contain" on a custom field, then I have no result.
My filter is really simple with only one condition:
Model field (cf_801) => does not containt "ABCDE" give me an empty list
Wheareas if I use a positive condition, I have no issue.
Same if I use filter on any non custom field, I have no issue at all.
Do you think it's a bad configuration, a bug, or maybe I'm not using filters correctly ?
Thanks for your help
Steve
|
|
|
attach a product to a contact |
Posted by: slechaix - 08-13-2020, 03:18 AM - Forum: Administrator Support
- Replies (3)
|
|
Hi
Is there a web service to attach or link a product to a contact ?
I'm migration from vtiger 5.4 to corebos 8 and I did made a web service for vt5.4.
But the same web service doesn't work anymore after migration.
In my CRM, a contact or customer can have multiple unique products identified by a serial number.
I'm using a POS application to create a contact in the CRM and to assign him a product.
thanks for your help
|
|
|
Help with automation from mail scanner |
Posted by: rslemer - 08-12-2020, 02:39 PM - Forum: Administrator Support
- Replies (2)
|
|
When anybody call to my user, and leave a message, my Ipx system send a new email with message attached
email has in body text like that
There is a new voicemail in mailbox 403:
Today I have a rule in mail scanner for all that's message for created a new ticket for each message, but I that's ticket willbe assigned to the group ( attendant ), and I wish assined each ticket to a user with a same extension
Is this case I wish search for extension "403" and setting this ticket to user with thats extension in your preferences
I know exists table with that association extension to user, but how I can search for that in mail scanner e usar essa informação? Or better created a workflow after that's was created ? I think I need created a custom function for that right?
I appreciate any suggestion ...
|
|
|
Custom workflow 'meta' functions |
Posted by: Guido1982 - 08-10-2020, 12:44 PM - Forum: coreBOS Development
- No Replies
|
|
OK so following the two threads on extending workflow functionality and/or e-mailing comment content I'd like to propose something that I'll code as well. Since the comment function is based both on being triggered on the module record that is the parent of the comment and also uses the dedicated comment tables for for instance tickets, it just doesn't cut it for me.
I want the sending of an e-mail to be triggered by the comment itself being saved for the first time, I want to get the previous sibling comments and I want to send information from the parent record and records related to that parent record. So I want to create a custom function that I can call in the e-mail. So I'd like to extend the VTSimpleTemplate class and be able to call custom functions in the e-mail that fit my exact need.
How would I go about extending the engine to allow developers to call custom functions? So basically:
Code: $(general : (__VtigerMeta__) mycustomfunctionname)
|
|
|
Subir archivos .xlsx al modulo de Documentos |
Posted by: garenas - 08-06-2020, 01:43 AM - Forum: International
- Replies (1)
|
|
Hola buen día.
Quisiera saber si me pueden apoyar, el día de hoy intente subir archivos extensión .xlxs y .pptx al sistema, sin embargo me arroja el siguiente mensaje:
Sorry! Attempt to access restricted file.
We are looking for this file path: modules//.php
We are looking here:
Real file path:
Root dir path: /var/www/html/instanciacorebos/
Intente cargar archivos .xls y .ppt y se guardaron de forma correcta.
Existe alguna limitante que no permite cargar ese tipo de archivos ? o me falta alguna configuración dentro de los archivos de corebos.
De antemano agradezco sus comentarios.
Saludos.
|
|
|
Do validations only allow true or false |
Posted by: Guido1982 - 08-04-2020, 12:31 PM - Forum: coreBOS Development
- Replies (19)
|
|
I was asked to do a validation where the salesorder shipping address needs to match the account shipping address. Now that's easy enough, but I was also asked to provide the option to overwrite the currect salesorder address with the address from the account when there is no match. Do we have some option to fire a custom function when a validation fails or is it just true of false? And if it is, would it be a good idea to allow custom 'ontrue' and 'onfalse' handlers? I could work on that.
|
|
|
|