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,148
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 658
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,120
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 730
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,786
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,874
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,365
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,717
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,697
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,056
|
|
|
hierarchy and profile |
Posted by: rslemer - 11-27-2017, 11:20 AM - Forum: Administrator Support
- Replies (1)
|
|
hierarchy and profile
How can I allow a user to set any record to any user?
I wish, a user, same hierarchy level, to set your registry to any user.
I think in vTiger this permission is set in profile, at least version.
How can i set this in coreBOS?
|
|
|
Saving Opportunity entry give error |
Posted by: addady2 - 11-27-2017, 07:47 AM - Forum: Administrator Support
- Replies (1)
|
|
Hi,
When I'm save Opportunity I get white screen, but the Opportunity is save proprietary!
The error it fail is:
Code: Fatal error: Call to a member function FetchRow() on boolean in ..../include/database/PearDatabase.php on line 610
I enable the debug, last line are:
Code: 017-11-27T06:36:16+00:00 DEBUG index Exiting getTabid method ...
2017-11-27T06:36:16+00:00 DEBUG index Entering getActionid(ActivityReminderCallbackAjax) method ...
2017-11-27T06:36:16+00:00 DEBUG index Prepared sql query being executed : select * from vtiger_actionmapping where actionname=?
2017-11-27T06:36:16+00:00 DEBUG index Prepared sql query parameters : [ActivityReminderCallbackAjax]
2017-11-27T06:36:16+00:00 DEBUG index Exiting getActionid method: id selected is
2017-11-27T06:36:16+00:00 DEBUG index Exiting isPermitted method ...
2017-11-27T06:36:16+00:00 DEBUG index Prepared sql query being executed : SELECT handler_path, handler_class FROM vtiger_eventhandlers WHERE is_active=true AND event_name = ?
2017-11-27T06:36:16+00:00 DEBUG index Prepared sql query parameters : [corebos.permissions.ispermitted]
2017-11-27T06:36:16+00:00 INFO VT PearDatabase ->ADODB fetchByAssoc return null
2017-11-27T06:36:16+00:00 DEBUG root ########### Pemitted ---> yes ##############
Look like some post save issue. It is a new installation and no workflow is define.
Any idea?
|
|
|
Doubt - Mobile app - for barber shop |
Posted by: rslemer - 11-11-2017, 01:33 PM - Forum: Modules/Extension Support
- No Replies
|
|
Mobile app for barber Shop
Is there a simple solution that can be used barber shop?
It would be necessary to integrate a mobile app for the client, to mark the time with the professional and to receive a notification of warning minutes before
Is it possible to do this with coreBOS or would it be a very different use from the initial purpose?
|
|
|
Using the new validation business map |
Posted by: Guido1982 - 10-30-2017, 08:17 PM - Forum: coreBOS Development
- Replies (1)
|
|
In an ongoing attempt to get a hacked installation more and more in an 'original' state, I'll be updating again soon. One of the customizations I made is some custom validations that will be overridden by the dividable validations on inventory modules (which ironically, I wrote). So I'm diving into the new validation business maps, that seem promising. I'd like to get some more info on using the custom functions here.
I see in the docs that a sample validation function is provided (all the way at the bottom) that returns 'true'. I know in the past we had a special '%%%OK%%%' value to return (or something like that). Does anyone have pointers on the return values possible when using custom functions?
Also, I see in the example custom function validation map:
Quote:restrictions: file name, validation test name, function name and label to show on error (will be translated)
And then:
PHP Code: <map> <originmodule> <originname>Accounts</originname> </originmodule> <fields> <field> <fieldname>email1</fieldname> <validations> <validation> <rule>custom</rule> <restrictions> <restriction>modules/cbMap/Validation.php</restriction> <restriction>testemail</restriction> <restriction>validate_testacccemail</restriction> </restrictions> </validation> </validations> </field> </fields> </map>
I see three restrictions, the second is the 'validation test name' (testemail), but what is that? Also, the fourth optional (not used in the example) will be the label on error and that it will be translated, but from where, from the target module's language files?
|
|
|
|