Hello
I wanted to develop a Snapin for onetime password login from mobile phones.
Is there any way to login to client portal after we authenticate a user details ?
Thanks
Hello
Is it possible to auto response to ticket types = sales in period of time ?
It's suitable for update tickets like sales to inform clients this department or type of tickets works between this time.
Thanks
Hello
I know there is an option named "Merge" under Profile tab.
But I think this part needs some review and new name because something is important and useful is moving package and invoice and recurring fee belongs to a package between clients.
Currently we can move a package from Client1 to...
This is an example for one of events I have used in my own Snapin plugin for sending sms
class PluginSendsms extends SnapinPlugin
{
public $listeners = array(
array("Invoice-Create", "invoiceCreateCallback"),
array("Client-Update"...
Did you see this page ?
https://www.clientexec.com/members/knowledge-base/developer-docs~89/list-of-events-hooks~503
I have used this for sending sms to clients
Hello
In many customized system and also other billing system currently there is an option to prevent users from editing these fields.
I strongly recommend enable this feature in clientexec asap.
Thank you
Hello
Please make it possible to have PHP code in Email Template ;
It will help us to convert date to another localization .
we need to show other date format in email templates .
Thanks
Hello
I wanted to develop a snapin to let client direct login to client portal with mobile number with one time password send to them by sms.
Would you please give me information how can I authenticate users login and how can login to client portal without resetting client password ?
Thanks
Hello
Please add cc and bcc or CC Recipients for tickets in client portal.
when a design or it opens a ticket behalf of a client needs to be updated once login or opened a ticket for him/her.
Thanks
Hello
From this listener, We are trying to fetch old and new status of package ;
if (is_array($e)) {
$event = $e;
} else {
$event = $e->getParams();
}
$event = $event->fields...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.