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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 539,593
» Latest member: lotioncoast6
» Forum threads: 1,745
» Forum posts: 9,084

Full Statistics

Online Users
There are currently 4 online users.
» 0 Member(s) | 1 Guest(s)
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: 616
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,756
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,841
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,318
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,653
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,018

 
  mobile issues/questions
Posted by: rslemer - 03-21-2020, 12:19 PM - Forum: Administrator Support - Replies (8)

with the actual scenario and restriction for covid-19 I need use more the mobile to access remotely my  coreBOS


I have thoses issues/questions

1) Login

My image addres omited first level of my directory, for example

https://url/storage/2020/February/week4/...ogonamepng but for works need be

https://url/corebos-master/storage/2020/February/week4/127296_Logonamepngng

how I can set a correctly path?

2) is possible translate login too?

3) in settings where save button?

Print this item

  [ solved ] user case | lead transfer to another salesman
Posted by: rslemer - 03-20-2020, 12:55 AM - Forum: Administrator Support - Replies (2)

I have this situation


Leads were received in coreBOS by marketing automation (integration with another system, in the cloud)

Any salesperson can obtain this lead, as long as they convert to their user to start a negotiation, creating the contact and the opportunity

Solution:

Create a business map to check some fields and alert the seller to change the user to his (thus define that he is working with that lead)

first BM
type validations

PHP Code:
<map>
<
originmodule>
<
originnameleads </originname>
</
originmodule>
<
fields>
<
field>
<
fieldnameleadsource </fieldname>
<
validations>
<
validation>
<
rulenotIn </rule>
<
restrictions>
<
restriction> --None-- </restriction>
</
restrictions>
</
validation>
</
validations>
</
field>
<
field>
<
fieldnamemobile </fieldname>
<
validations>
<
validation>
<
rulelengthMin </rule>
<
restrictions>
<
restriction10 </restriction>
</
restrictions>
</
validation>
</
validations>
</
field>
<
field>
<
fieldnamephone </fieldname>
<
validations>
<
validation>
<
rulelengthMin </rule>
<
restrictions>
<
restriction10 </restriction>
</
restrictions>
<
message> {fieldincomplete </message>
</
validation>
</
validations>
</
field>
<
field>
<
field nameassigned userid </ field name>
<
validations>
<
validation>
<
ruleexpression </rule>
<
restrictions>
<
restrictionBusinessMap_IdUserActive </restriction>
</
restrictions>
</
validation>
</
validations>
</
field>
</
fields>
</
map

checks if the lead source, phone number and cell number are correct to successfully contact

So far, everything is fine.

This BP needs to call another BM (BusinessMap_IdUserActive) to check if the user is already assigned to it (does this by checking if the user registered in the lead is the same user logged in)

This is my problem
I can't find the correct syntax

PHP Code:
<map>
<
expression> if assign_user_id! = substring (getCurrentUserID (), 3then 'true' else 'false' end </expression>
</
map

something wrong with this second BP system as it does not return false, even when users are different

How can I solve this?

Print this item

  [ solved ] help with upgrade version
Posted by: rslemer - 03-19-2020, 12:19 PM - Forum: Administrator Support - Replies (2)

At time in time, I have problem for update my system

at one install works fine, in another not, even not change any code directly

The only way,  I solved that, is do a fresh install, and move directory/data, config, etc, from another

Any help about how I can solved that?

Look attached, at problematic copy, workflow for checkbox appears wrong ...



Attached Files Thumbnail(s)
       
Print this item

  new graph - pie - overlapping percentages
Posted by: rslemer - 03-18-2020, 04:10 PM - Forum: Administrator Support - Replies (2)

sometimes, my graph overlapping percentages metrics



Attached Files Thumbnail(s)
   
Print this item

  What is this workflow expression syntax?
Posted by: Guido1982 - 03-18-2020, 01:09 PM - Forum: Administrator Support - Replies (1)

I'm researching the possibilities of automated price modification and was reading this blog. In there I came across this workflow syntax

Code:
<map>
<expression>if '$[bill_country]' == 'Spain' then 10 else 20 end</expression>
</map>
I was wondering about the '$[bill_country]' syntax. I've never seen that before. Where can we use that (and where can't we?)

Print this item

  enhancement - widget Aggregate
Posted by: rslemer - 03-14-2020, 01:47 PM - Forum: Administrator Support - Replies (9)

Today widget at dashboard using the aggregate filter, is not much useful, because only allows one line per widget. Different as works  metrics, for example

I suggest

1) possibility to include, like others widgets, include many totals lines, in this widget, perhaps can setting in filters, this option ( like as today for "List in Metrics" )

2) possibility shows as graphics one goal, for example, if my sales of month, goal is $ 10.000, user will be the possibility is see, visually, and a your percentual, your monthly evolution.

2.1) possibility inform not only a filter to get that, but can input a SQL command ( like as sql report ).



Attached Files Thumbnail(s)
       
Print this item

  enhancement - quick conversion lead
Posted by: rslemer - 03-14-2020, 01:23 PM - Forum: Administrator Support - Replies (2)

suggest create a link to quick conversion

Today when user click, in lead module to conversion, system open a windows for confirmation and user can be input missing data too, after that system show contact or account, following the option used to transfer lead data

I suggest, create a globalVariable or new link in action menu, to system try converted a lead, when possible, quickly, I means, not necessary user confirm data in window pop up.

And after conversion, system will show the new opportunity

This functionality is particular interesting, when user has a "lead" at phone call, because in this moment, need more agility in system, to have a deal for this opportunity



Attached Files Thumbnail(s)
   

Print this item

  Workflow blank
Posted by: phongkni - 03-12-2020, 02:47 AM - Forum: Administrator Support - Replies (4)

Please help me, after I update the latest revision, when I open the Workflow module it is blank. How to fix this problem.
Thanks.



Attached Files Thumbnail(s)
   
Print this item

  Merge duplicates, button delete exact duplicates
Posted by: rslemer - 03-09-2020, 06:03 PM - Forum: Administrator Support - Replies (3)

I need identify and remove leads duplicates.

in my case, duplicates occurs because other app ( digital marketing ) like as RD Station, Facebook, site, etc, I means visitor normally access more than one, channel, and is common too, at first moment, lead include, less data, and when him get more information, fells more trust to complete more  data, like as phone number

In fact at first moment, lead fill your first name and email

But when I try removed duplicates, occurs two situation

1) System considering blank, or null with a valid information, and remove ALL leads with email is blank ( no value )
2) If there a lot of registries in lead, ( about 20000 or more ), transaction is too long, all system performance is affected

I suggest, a way system not removed registries with blank value and possibility chose maintain newer registry ( removed older similar registries )



Attached Files Thumbnail(s)
               

Print this item

  [ enhancement ] Doubt - Application_UserLoginIPs
Posted by: rslemer - 03-08-2020, 03:20 PM - Forum: Administrator Support - Replies (2)

Today I can restrict IP for my users, but I can specific a range for that?

For example, I wish some user ( role ) only can login in local network, like as 192.168.0 and other can login from all ips

When I read explanation for this GV, looks to me, I wish setting a complete IP ( like, as 192.168.0.1, 192.168.0.2 ... ) not all IPs in my network ( I means my users can login in 192.168.0.1 to 192.168.0.255 )

Print this item