Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 449,226
» Latest member: meinwyqkhz
» Forum threads: 1,743
» Forum posts: 9,046

Full Statistics

Online Users
There are currently 775 online users.
» 2 Member(s) | 773 Guest(s)

Latest Threads
Import a big spreasheet
Forum: Open Discussions
Last Post: raavikant
2 hours ago
» Replies: 2
» Views: 5,716
Workflow send email - mor...
Forum: Open Discussions
Last Post: frelanhardware091
8 hours ago
» Replies: 5
» Views: 9,544
[RESUELTO] - Tipo de impu...
Forum: Administrator Support
Last Post: joebordes
10 hours ago
» Replies: 16
» Views: 8,186
little bug trasformin LEA...
Forum: Administrator Support
Last Post: sapnamathur
Today, 07:05 AM
» Replies: 5
» Views: 3,705
Workflow: función para ex...
Forum: User Support
Last Post: joebordes
Yesterday, 01:45 PM
» Replies: 1
» Views: 33
Actualizar campo relacion...
Forum: User Support
Last Post: joebordes
05-02-2024, 07:48 PM
» Replies: 1
» Views: 42
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: joebordes
05-02-2024, 11:28 AM
» Replies: 3
» Views: 430
como manejar github en un...
Forum: International
Last Post: ntermacabre
04-10-2024, 03:52 AM
» Replies: 2
» Views: 1,342
whatsapp
Forum: User Support
Last Post: Yash
04-03-2024, 09:26 AM
» Replies: 2
» Views: 6,184
Attachment in e-mail not ...
Forum: User Support
Last Post: julikarole
03-13-2024, 05:59 AM
» Replies: 2
» Views: 1,212

 
Thumbs Up [RESUELTO] - Grafico abarrotado
Posted by: julioval - 12-19-2016, 11:09 AM - Forum: Administrator Support - Replies (3)

Hola,
Adjunto un pantallazo de una gráfica que hay en la demo (en mi instalación me pasa lo mismo).
Debido a la cantidad de información que hay esta denso de información, de tal forma que no se distingue nada.
Es posible hacer que se vea ese gráfico (u otro) a mayor tamaño para que distinga la información y no sea la mezcla que es ahora?
Gracias.



Attached Files Thumbnail(s)
   
Print this item

  Session duration for webservice
Posted by: Guido1982 - 12-19-2016, 10:14 AM - Forum: coreBOS Development - Replies (21)

I'm working on the mechanics portal, and was wondering if and how we can set the max session time for a webservice session. Some reports can take up to 40 minutes to fill out, so the session could expire during the filling of the form.

Print this item

  Using operators in webservice query
Posted by: Guido1982 - 12-16-2016, 04:49 PM - Forum: coreBOS Development - Replies (2)

I've noticed in my portal it takes some time to load when there are 10+ salesorders to load. I'd like to setup some javascript AJAX loader that gets them one at a time. Is there a 'greater than' of 'smaller than' operator available in the webservice query syntax? This way I could store the ID of the last one and get the one after that asynchronously.

Print this item

  Error en relacion Assets/Projects
Posted by: julioval - 12-15-2016, 11:38 AM - Forum: Administrator Support - Replies (4)

En un proyecto inserto un campo "relacionado con" los recursos y cuando lo pincho me sale la ventana emergente con el siguiente mensaje:

Fatal error: Uncaught exception 'Exception' with message 'result is not an object' in /var/www/html/cB_XXXXX/include/database/PearDatabase.php:789 Stack trace: #0 /var/www/html/cB_XXXXX/Popup.php(425): PearDatabase->query_result(false, 0, 'count') #1 /var/www/html/cB_XXXXX/modules/Assets/Popup.php(10): require_once('/var/www/html/c...') #2 /var/www/html/cB_XXXXX/index.php(675): include('/var/www/html/c...') #3 {main} thrown in /var/www/html/cB_XXXXX/include/database/PearDatabase.php on line 789

¿Por qué? ¿Qué tengo o hago mal? ¿Cómo lo puedo solucionar?

Saludos.

Print this item

  Can we use joins in webservice queries?
Posted by: Guido1982 - 12-14-2016, 02:33 PM - Forum: coreBOS Development - Replies (1)

Maybe a silly question, but I just assumed this was not possible: Can we use JOINS in queries made over webservice?

Print this item

  Registering a custom function to be invoked by webservice
Posted by: Guido1982 - 12-14-2016, 01:34 PM - Forum: coreBOS Development - Replies (3)

I know I've asked this before, but I'm still a bit fuzzy on this:

What are the basic steps to register a new webservice function (for instance in a module's postinstall), so that it can be invoked from the outside (by the doInvoke command) through webservice?


So far I've found this in the repo. Is that a good lead?

Print this item

  My module is showing 'undefined' in the operator list
Posted by: Guido1982 - 12-13-2016, 07:41 PM - Forum: coreBOS Development - Replies (5)

I'm creating a new module, that is related to both Assets and SalesOrders through UI 10 fields. When I want to setup a workflow for my module, that filters on the productname in assets, I see 'is', 'is not' and four times 'undefined' (see attached image). Also, the workflow is not working.



Attached Files Thumbnail(s)
   
Print this item

  Zapier | Integration
Posted by: rslemer - 12-13-2016, 04:03 PM - Forum: Modules/Extension Support - Replies (4)

There any plan to integrate coreBOS with Zapier ?

Zapier is a lot of integration, with many products in the world.

See http://www.zapier.com

Print this item

  Different instantiation of a module
Posted by: Guido1982 - 12-13-2016, 12:02 PM - Forum: coreBOS Development - Replies (3)

I see that we have:

PHP Code:
        $modname 'SalesOrder';
        
$module Vtiger_Module::getInstance($modname); 

To get a module instance. But is that (and if so, how) different from

PHP Code:
$so_focus = new SalesOrder(); 
?

Print this item

  How to register a webservice function in your module installation
Posted by: Guido1982 - 12-13-2016, 11:56 AM - Forum: coreBOS Development - Replies (2)

I want to register a new webservice function that can be called from outside. It'll create a PDF with the values passed into it. This function belongs to a module, so I want to register the new webservice function on module installation. Are there any examples on how to do this?

Print this item