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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 451,472
» Latest member: borianyqfv
» Forum threads: 1,745
» Forum posts: 9,054

Full Statistics

Online Users
There are currently 611 online users.
» 1 Member(s) | 610 Guest(s)

Latest Threads
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
Yesterday, 09:58 AM
» Replies: 3
» Views: 42
How To Merge 10 Spreadshe...
Forum: Open Discussions
Last Post: stormbreaker
Yesterday, 06:53 AM
» Replies: 1
» Views: 101
Workflow: función para ex...
Forum: User Support
Last Post: Joana
05-14-2024, 02:29 PM
» Replies: 4
» Views: 239
[RESUELTO] - Tipo de impu...
Forum: Administrator Support
Last Post: inspectorflint
05-14-2024, 09:09 AM
» Replies: 17
» Views: 8,591
loadRelatedListBlock is n...
Forum: Administrator Support
Last Post: raavikant
05-11-2024, 11:57 AM
» Replies: 6
» Views: 2,749
Import a big spreasheet
Forum: Open Discussions
Last Post: raavikant
05-04-2024, 06:21 PM
» Replies: 2
» Views: 5,751
Workflow send email - mor...
Forum: Open Discussions
Last Post: frelanhardware091
05-04-2024, 12:12 PM
» Replies: 5
» Views: 9,600
Actualizar campo relacion...
Forum: User Support
Last Post: joebordes
05-02-2024, 07:48 PM
» Replies: 1
» Views: 81
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: joebordes
05-02-2024, 11:28 AM
» Replies: 3
» Views: 475
como manejar github en un...
Forum: International
Last Post: ntermacabre
04-10-2024, 03:52 AM
» Replies: 2
» Views: 1,463

 
  webmail - issue
Posted by: rslemer - 02-24-2018, 03:53 PM - Forum: Administrator Support - No Replies

At first screen in Webmail Module,  system show a email date wrong. When I clicked in that's email, in detail system show correct date for this same email.

see images



Attached Files Thumbnail(s)
       
Print this item

  Webservice: when selecting records where UI10 field is empty
Posted by: Guido1982 - 02-23-2018, 10:50 AM - Forum: coreBOS Development - Replies (1)

When you have a webservice query, and you want to select records from a module where a certain UI10 field is empty use:

PHP Code:
select from purchaseorder where po_related_soid 15x0 

Where 15 is the webservice ID for the module of the UI10 field (in this case salesorders). Then use the 'x', and add a 0.
'po_related_soid' is a placeholder for the fieldname you want to check on, replace that with your own. Of course also replace the module name with your own.

Print this item

  IE - Issues
Posted by: rslemer - 02-22-2018, 10:55 PM - Forum: Administrator Support - Replies (2)

If user use Internet Explorer, there can create a filter without a name and create a opportunity without a relation, for example, with contacts.

Even, thats fields is marked a manadatory.

Always I ask user uses a Chrome or Firefox, but user, sometimes, forget.

Print this item

  Will this workflow work as expected?
Posted by: Guido1982 - 02-22-2018, 02:12 PM - Forum: Administrator Support - Replies (1)

I've created a workflow:

The workflow looks at SalesOrders, and triggers every time a record is edited (so both on first save and consecutive saves). It has no conditions.

There are two tasks:

First task

  • The first one checks if checkbox 'A' is changed to true.
  • If the condition is met, it will update checkbox 'B' to true.

Second task
  • This task checks if checkbox 'B' is changed to true.
  • If so, it will trigger an API call to a portal I created.

My assumption is that this will basically trigger itself twice: once when a change is made, don't care how. Then if the condition in task 1 is met and checkbox 'B' is updated, that update will trigger the same workflow again, but now trigger task 2. Am I right to assume this?

Print this item

  [solve] translate business map messages
Posted by: rslemer - 02-21-2018, 12:06 PM - Forum: Administrator Support - Replies (1)

I update this file, with a correct message for RegEx

include/validation/lang/pt-br.php



Attached Files
.php   pt-br.php (Size: 2.27 KB / Downloads: 1)
Print this item

  Having problems with workflows on I module I created
Posted by: Guido1982 - 02-20-2018, 07:32 PM - Forum: coreBOS Development - Replies (6)

I am having some issues on a module I created some time ago. The workflows don't always fire, and I have no idea why. Does anyone have any tips on how to debug this? I've noticed this on workflows that send e-mails in particular so far. Other modules don't have this problem.

Print this item

  [ solve ] Business Map - Check Duplicates
Posted by: rslemer - 02-20-2018, 07:08 PM - Forum: Administrator Support - Replies (1)

When I use the notDuplicate function in the Business Map the scope of this check is for the entire database or within the user's access hierarchy

My user can only see the data of his team, however we have the need to verify if the client has already been registered in some other team to not duplicate.

How could I do this?

Print this item

  [ roadmap ] Business Map - Field Dependency
Posted by: rslemer - 02-20-2018, 07:03 PM - Forum: Administrator Support - Replies (3)

This is on roadmap ?

http://corebos.org/documentation/doku.php?id=en:adminmanual:businessmappings:field_dependency

Print this item

  [solve] Business Map x Workflow
Posted by: rslemer - 02-20-2018, 05:59 PM - Forum: Administrator Support - Replies (7)

If I need standardisation, for example, name, last name, account name, always formatted with same way

Is better created a workflow with a function uppercase/lowercase or use a business map, with a regex?

Any perfomance impact or something like that?

Print this item

  Issue - created a opportunity
Posted by: rslemer - 02-20-2018, 02:47 PM - Forum: Administrator Support - Replies (7)

When I try created a new opportunity and related a new contact, system show a error

Fatal error: Uncaught exception 'Exception' with message 'result is not an object' in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php:826 Stack trace: #0 /usr/share/coreBOS/corebos-master/Popup.php(70): PearDatabase->query_result(false, 0, 0) #1 /usr/share/coreBOS/corebos-master/modules/Contacts/Popup.php(10): require_once('/usr/share/core...') #2 /usr/share/coreBOS/corebos-master/index.php(504): include_once('/usr/share/core...') #3 {main} thrown in /usr/share/coreBOS/corebos-master/include/database/PearDatabase.php on line 826

2018-02-20T14:33:09+00:00 INFO  VT PearDatabase ->ADODB error  Query Failed:insert into vtiger_contpotentialrel values(?,?)::->[1062]Duplicate entry '354-31179' for key 'PRIMARY'
2018-02-20T14:33:09+00:00 DEBUG index Prepared sql query being executed : UPDATE vtiger_crmentity SET modifiedtime = ?, modifiedby = ? WHERE crmid = ?
2018-02-20T14:33:09+00:00 DEBUG index Prepared sql query parameters : [2018-02-20 14:33:09,1,354]



Attached Files Thumbnail(s)
       
Print this item