7.13_()
sales_team

Hi all,

We have a custom section, which contains a contact field (label = Member): http://prntscr.com/luc7de

In the list view, this contact is clickable (clicking the contact name will redirect user to the contact page itself)

Now we want to make this field not clickable for specific user...MoreLess

Like 0

Like

3 comments

Hello Vincent,



Here is an example how to disable "Account" filed on Contact section.



Best regards,

Alex

define("ContactSectionV2", ["GridUtilitiesV2"...

MoreLess

Show all comments (2)
7.13_()
sales_team

Hi,

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.

Any ideas? 

Thanks!

Like 0

Like

1 comments

Dear Vincent,

Please draw your attention to the addColumnLink() method of the GridUtilities schema. 

You can override this method in the...MoreLess

Show all comments

Hi,

In Activity Section based on Type to change the tab changes,

Example:

Type is 'Call' it shows only tab2

Type is 'Task' it shows only tab1

kindly give me your feedback.

Thanks

Like 0

Like

3 comments

Hello,

You can create multiple section pages in Section Wizard and bind them to activity type, so that each type will have it's own edit page...MoreLess

Show all comments (2)

Hi,

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 give me your feedback..

Regards,

Sunitha

Like 0

Like

3 comments

Dear Sunitha,

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. 

Show all comments (2)
package
#importPackage;
#custompackage
7.13_()
sales_team

Transferred the package from one instance to another instance. The transfer was successful.

In the system setting the current package is also set as the transferred package. 

But any changes made is getting reflected in the default custom package rather than the new transferred package. 

The...MoreLess

Like 0

Like

1 comments

Dear Saraya, 

Please make sure that the package you've set as a current package is not locked and the current package system setting i...MoreLess

Show all comments

Hi Community,

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.

Any help is appreciated.

Thanks,

Heena Karir

Like 0

Like

1 comments

Dear Heena,

according to our company regulations, we can provide the files for local installation only in case of purchasing our product. Right...MoreLess

Show all comments
make field editable
7.11
sales_team

Good morning,

I need to make some fields Editable and some not (enabled or not) due some condition. But it doesn't works.

What I did?

1.- on the diff block I replace on every field block:

        replace "enabled": true by  "enabled": { "bindTo": "isUsrGiroEnabled" }, for...MoreLess

Like 0

Like

3 comments

Dear Julio,

Please add a virtual attribute "IsUsrGiroEnabled", which you are setting to true in the "isCampoEnabled" function. The res...MoreLess

Show all comments (2)

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.

Thank You.

Like 1

Like

3 comments

Hello,

To fix this issue, please 1) click on 'Compile all items' on the left-hand side panel.

2) Wait until it is completed and you will ge...MoreLess

Show all comments (2)
product management
Product
invoices
order
sales_team

Hey Admin,

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.

Thank you!

Like 0

Like

1 comments