In the overview of a custom section, the contact is shown in the second column. Clicking this contact will redirect to the Contact page. --> http://prntscr.com/lu135p
Now I want to disable this link to the contact.
I tried this:
prepareResponseCollectionItem: function(item) {
this.callParent(arguments);
item.customStyle = {
"pointerEvents": "none"
};
}
But this disables all links, not only the link to the contact.
I developed a package that name is 'A', which I try to import on another instance of bpm'online .In new instance current Package id is set 'A'. if any changes made gets reflected in the custom package (default) not in the new package.
Please check if your package is locked or unlocked (it will be gray if it is locked). Packages are usually locked if they were imported to another instance.
I am new to bpm'online. I have started my training with on cloud environment. Now,I want to install on-site environment. I went through the steps provided in user guide for installation but I am not able to find DB backup files or initial installation file to proceed. Please let me know where I can get these details.
I have configured all settings. Restore database in my sql server. Set up redis server. Site is hosted in IIS. But when I am trying to run the website it is throwing an error like below:
The "Default" workspace assembly is not initialized
below image is screenshot of my issue.
Please answer me ASAP. as my work is delay due to this.
I apologize if you get this twice. I submitted this question yesterday, but it is saying I have no posts.
I am looking to have my product quantity automatically deduct when I submit either an invoice or and order (I'm not sure which one this can be done with). I am assuming it can be done when an invoice is paid or an order is completed. I have been looking through Academy to figure this out, but haven't been able to find it. Please help.