You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Openbiz Cubi
Hi where can one register a service so that one can use for example
Validator="@cutomservice:...." without editing the sys_header in the
core files, as it is usually not advised to change core files too
much?
Openbiz.me
unread,
Feb 18, 2012, 12:41:30 PM2/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openbi...@googlegroups.com, Openbiz Cubi
Don't need to change the openbiz core file. You can register a service in cubi/bin/app_init.php
Add your service in $g_ServiceAlias
Sent from my iPhone
rhossis
unread,
Feb 19, 2012, 5:00:01 AM2/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Openbiz Cubi
Thanks. Have moved the definition from core files it works :)