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,132
|
MariaDB Version
Forum: Administrator Support
Last Post: joebordes
11-01-2024, 11:49 AM
» Replies: 1
» Views: 613
|
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: 716
|
PRODUCTS IN ACCOUNTS BY O...
Forum: User Support
Last Post: jonathanmoore858
08-03-2024, 04:14 PM
» Replies: 4
» Views: 2,752
|
Zapier | Integration
Forum: Modules/Extension Support
Last Post: bernardgbailey
07-29-2024, 11:45 PM
» Replies: 7
» Views: 9,839
|
Versión PHP recomendada
Forum: International
Last Post: joebordes
07-04-2024, 05:42 PM
» Replies: 7
» Views: 3,316
|
Could Someone Give me Adv...
Forum: Open Discussions
Last Post: joebordes
06-27-2024, 08:32 AM
» Replies: 1
» Views: 1,694
|
RESTRICTED FILE
Forum: Administrator Support
Last Post: inspectorflint
06-22-2024, 08:08 AM
» Replies: 7
» Views: 5,646
|
GENDOC imágenes
Forum: Open Discussions
Last Post: joebordes
06-02-2024, 05:11 PM
» Replies: 4
» Views: 2,018
|
|
|
Subject and attachment name on Gendoc generated e-mails |
Posted by: radu - 03-19-2021, 10:55 AM - Forum: Modules/Extension Support
- Replies (7)
|
|
Hello,
Is there a way to change gendoc's default behavior for generating e-mails:
1. I want the e-mail subject to be the same as the entity subject(i work on Quotes but i gues it would be more or less the same for SO, INV, PO since they all have subject) by default
- i figured i could use the field set mapping but i really don't know what would be the source and destination in this case.
2. I want the name of the attached document to be the entity subject(Quote subject in this case)
- i mingled a bit with evvtgendoc.js and i noticed that i can alter the name in this variable:
var emailurl = 'index.php?module=Emails&action=EmailsAjax&file=EditView&attachment='+i18n+'_'+crmid+'.'+(format=='pdf' ? 'pdf' : 'odt');
but i don't know how to construct it properly.
Saving to folder and exporting is doing that by default and I would like send e-mail to behave the same
Any help is appreciated.
Thanks
|
|
|
Invoice recurrence / workflow invoices |
Posted by: jmery24 - 03-16-2021, 04:03 PM - Forum: Administrator Support
- Replies (10)
|
|
Hi Joe, how are you?
Something strange is happening to me to see if you can help me or guide me.
Some things that worked perfectly, stopped working or at least stopped being stable. Sometimes they work, sometimes they don't.
Eg.
1 - Recurring billing. I generated some sales orders with monthly recurrence and it did not generate the invoices. This I had already tried several times and it worked perfect. Now all of a sudden I generate 2 or 3 equal sales orders, and there in 1 it generates the invoice and in the other it does not.
2- Work flow. Create a flow to change the status of the invoices created by recurrence and send them to the customer. The flow is triggered, the status changes, but sometimes it sends the mail, sometimes it doesn't. I have not touched anything weird in terms of settings or code, that it suddenly became unstable. How can I check it? Thanks
|
|
|
[ solved ] Sugestion - Authentication 2fa - Google app |
Posted by: rslemer - 03-09-2021, 01:03 PM - Forum: Administrator Support
- Replies (3)
|
|
Today when I use 2fa for my users and set google authentication, system show in app
coreBOSWebApp(coreBosWebApp) to indentify a code
I don't know if occurs with another one, but I have more than one user, normally I use a admin and a other non-admin user
and in this case, system not identify what code, is associate a each user
I suggest, at possible, put the user name, for example, in title at google authenticathor, or another single ID
|
|
|
Converting the Account <-> Contact relation to N:N (and handling UI10 fields) |
Posted by: Guido1982 - 03-09-2021, 08:43 AM - Forum: coreBOS Development
- Replies (11)
|
|
We have a default relation between accounts and contacts, where every contact can have one account. In reality, however, a contact can have multiple accounts associated. Take for instance an company that has multiple locations, and therefor multiple accounts in the system, but has a contact that is responsible for multiple locations. That would require us to change the relationship between accounts and contacts. Now that part is easy, but, we also have capture fields on the inventory modules that pre-filter the list of contacts based on the selected account in the popup window. I would like to propose creating a global variable that would let you select how you want to filter these contacts: either by the 1:N relation, or the N:N. Would I change code in the Contacts module to make this happen?
|
|
|
gendoc + workflow email |
Posted by: jmery24 - 03-08-2021, 09:09 PM - Forum: Administrator Support
- Replies (20)
|
|
Hello, is there a way to do a workflow, so that an invoice is sent (when X condition is met) attached in PDF with GENDOC?
I did not find in the SEND MAIL task, how to get the invoice attached
Thanks
|
|
|
mail converter |
Posted by: jmery24 - 03-04-2021, 08:21 PM - Forum: Administrator Support
- Replies (1)
|
|
Hello I am trying to understand well how mail converter works.
When I generate a rule to generate a ticket when the sender is a specific email, it seemed to work correctly. There were approximately 50 unread mails, and I captured them at 50 and generated a ticket for each one. Until then everything is perfect. After trying other things to assign each ticket an account (already solved thanks to Joe), I decided to delete the tickets, to recreate the complete circuit again in more detail. Then those emails were re-marked as UNREAD from Gmail, so that mail converter reloads them as a ticket, but it is not happening. Of several times the system runs, perhaps it generates only 1 ticket, as if there were only one run. Could it be that somehow the program already has some kind of registry in the system that makes it not interpret the emails as new? And that I can only test it from now on with emails that are really new? Or could it be failing?
Any advice to recreate everything from scratch?
Delete for example, the mailbox, the rules, maybe empty some records from the database tables? or is it not necessary?
Thanks
(03-04-2021, 08:21 PM)jmery24 Wrote: Hello I am trying to understand well how mail converter works.
When I generate a rule to generate a ticket when the sender is a specific email, it seemed to work correctly. There were approximately 50 unread mails, and I captured them at 50 and generated a ticket for each one. Until then everything is perfect. After trying other things to assign each ticket an account (already solved thanks to Joe), I decided to delete the tickets, to recreate the complete circuit again in more detail. Then those emails were re-marked as UNREAD from Gmail, so that mail converter reloads them as a ticket, but it is not happening. Of several times the system runs, perhaps it generates only 1 ticket, as if there were only one run. Could it be that somehow the program already has some kind of registry in the system that makes it not interpret the emails as new? And that I can only test it from now on with emails that are really new? Or could it be failing?
Any advice to recreate everything from scratch?
Delete for example, the mailbox, the rules, maybe empty some records from the database tables? or is it not necessary?
Thanks
I answer myself. I deleted the mail converter account, I did everything again, and it was perfect
|
|
|
mail scanner / error |
Posted by: jmery24 - 03-02-2021, 01:49 PM - Forum: Administrator Support
- Replies (1)
|
|
I am having problems with mail scanner in the new Corebos installation in clouding.io. I have a rule that when an email arrives from a certain sender, a ticket is created and marks the email as read. When the process (cron task) runs, it hangs many times, I even get an email notifying [Warning]: cron Task (s) exceed time threshold. but at the same time it seems that it does the tasks halfway, since although it does not create any ticket if it marks those emails as read. which may be ? Thanks
|
|
|
|