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,135
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 622
|
Product Catalog / parts c...
Forum: Modules/Extension Support
Last Post: joebordes
09-15-2024, 09:40 AM
» Replies: 1
» Views: 1,107
|
Challenges and Best Pract...
Forum: coreBOS Development
Last Post: wishforbes
08-30-2024, 04:21 PM
» Replies: 0
» Views: 718
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,761
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,843
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,323
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,704
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,657
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,037
|
|
|
AD / LDAP Authentication |
Posted by: gaardam - 08-26-2019, 02:53 AM - Forum: Administrator Support
- Replies (6)
|
|
Hi All,
I would like to authenticate users in corebos to our AD.
I am following the documentation at https://corebos.com/documentation/doku.p...users_auth
When I set the Global variable 'User_AuthenticationType' to 'AD', I get an error 'Active Directory Query not yet implemented' on the 'New User' page when trying to query the user.
If I set the Global variable 'User_AuthenticationType' to 'LDAP', on the 'New User' page, I can query the user successfully - But it populates the corebos field 'User Name' with the users Full Name, instead of the AD field samAccountName (username in AD)
After creating the user, if I set 'User_AuthenticationType' either to 'AD' or 'LDAP', I cannot login to corebos successfully. I get an error in vtiger.log :
Code: ERROR PearDatabase_ Rows Returned:0 More than 1 row returned for SELECT * from vtiger_users where user_name=? AND user_password=? AND COALESCE(failed_login_attempts,0)
With debug set in log4php.properties - When logging in, I cannot see anything about contacting AD or LDAP server.
running the php adldap_test.php works successfully.
|
|
|
[SOLVED] My workflowtask runs even though it evaluates to false |
Posted by: Guido1982 - 08-23-2019, 12:59 PM - Forum: coreBOS Development
- Replies (3)
|
|
I have a very simple e-mail task. It should only send out an e-mail when a number in field1 is bigger than an e-mail in field2. I dumped the result of the evaluate method to the background log (That eventually just calls 'checkCond' in VTJsonCondition), that's false (like I would expect). Still, when I manually fire vtigercron.php, the e-mail gets sent out. What could be causing this?
|
|
|
Workflow assistance |
Posted by: gaardam - 08-19-2019, 01:59 AM - Forum: Administrator Support
- Replies (5)
|
|
Hi All,
I have a number of assets that require regular maintenance, like vehicles and generators. What is the best way for information such as odometer reading and engine hours to be collected regularly and stored in CoreBos?
Ideally we would keep the historical records of this data, not just updating a custom field on the asset.
Then a workflow would be created for this..
regular task for user to collect and input data.
notify manage when task not completed
calculate if asset requires service -> notify user / create task for service.
Is this possible?
|
|
|
enhanced - suggestion - dashboard for tasks |
Posted by: rslemer - 08-15-2019, 05:36 PM - Forum: Administrator Support
- No Replies
|
|
I wish, created a dashboard with tasks e/ou tickets with
1 dashboard with data for conclusion is today
1 dashboard with data conclusion is tomorrow
1 dashboard with data conclusion is yesterday
I know is possibles set a business day, business day + 1 and business day -1 in workflow, but in filter how I can do that?
thanks!
|
|
|
[solved ] Issue - system works slowly ... |
Posted by: rslemer - 08-14-2019, 01:02 PM - Forum: Administrator Support
- Replies (3)
|
|
My users dashboard is very slowly today
I found this message in httpd log
Wed Aug 14 09:42:24 2019] [error] [client 192.168.1.103] PHP Fatal error: Uncaught WebServiceException: Erro na base de dados ao executar a opera\xc3\xa7\xc3\xa3o solicitada in /usr/share/coreBOS/corebos-master/include/Webservices/VtigerModuleOperation.php:61
Stack trace:\n#0 /usr/share/coreBOS/corebos-master/include/Webservices/Retrieve.php(59): VtigerModuleOperation->retrieve('39x978838')
#1 /usr/share/coreBOS/corebos-master/modules/com_vtiger_workflow/VTEntityCache.inc(25): vtws_retrieve('39x978838', Object(Users))
#2 /usr/share/coreBOS/corebos-master/modules/com_vtiger_workflow/VTEntityCache.inc(116): VTWorkflowEntity->__construct(Object(Users), '39x978838', false)
#3 /usr/share/coreBOS/corebos-master/modules/com_vtiger_workflow/VTEventHandler.inc(42): VTEntityCache->forId('39x978838')
#4 /usr/share/coreBOS/corebos-master/include/events/VTEventTrigger.inc(146): VTWorkflowEventHandler->handleEvent('vtiger.entity.a...', Object(VTEntityData))
#5 /usr/share/coreBOS/corebos-master/include/events/VTEventsManager.inc(114): VTEventTrigger->trigger(Object(VTEntityData))
#6 /usr/share/coreBOS/corebos in /usr/share/coreBOS/corebos-master/include/Webservices/VtigerModuleOperation.php on line 61
referer: http://xxx:5000/index.php?module=cbCalen...iewname=13
This means a error in filter or in workflow?
I not change anything in workflow, but user changes a filter yesterday ...
I will try ask what kind of changes user did ...
How I can tracked and solved that?
|
|
|
|