Hi,

I will have to auto populate/bind a lookup column based on other column value.

My scenario is : I have added a lookup object UsrTerritory -- Values are Domestic & International

I have added a column with the above lookup reference in Account called "UsrTerritory".

This column should auto bind...MoreLess

Like 0

Like

1 comments

Dear Sriraksha,

You are getting an 'undefined' value due to the fact, that in lookup fields you are supposed to pass an object, but not jus...MoreLess

Show all comments

Hi,

On Order section there is a OOB lookups field called "Client". On click we can select either Account or Contact because both list are appearing for selection.

By default the field "Client" is a mandatory field. From section wizard > Edit Page, This field is not removing and we cannot make it non-mandatory. I need to avoid this field.

Any help will be highly appreciable

Regards

Like 0

Like

2 comments

Dear Muhammad,

There is a part of code in OrderPageV2 in Order package that looks like:

            ...MoreLess

Show all comments (1)

I would like to know how to listen to merge event with business process.

For instance, delete, create and modify events are there:

420.png

I would like to get Id of an entry that was merged, and then use it in business process. 

"Modify" is not always applicable. Sometimes an entry is not considered modified when merged.

Thanks in advance

Like 0

Like

1 comments

Hello Yuriy, 

There is no such out of the box functionality that allows you to subscribe on merge event due to unexisting of such even...MoreLess

Show all comments

Hi Community,

Any idea why SysAdminUnit is not accessible in esq when user is portal user.

Like 0

Like

1 comments

Dear Fulgen,

Could you please let us know what is your business task, so we could give you a proper answer to this question?

Looking forward to your reply.

Dean

Show all comments

Hi everybody.

We need to create filters to display only accounts owned by the current user. The goal is to create just a unique filter (i.e. My Accounts) that compares the Account Owner with the Logged in User. So the same filter will show different accounts depending on the active user. Thanks for your comments.  Diego

Like 0

Like

2 comments

Hi Community,

Any idea how we can upload custom HTML file on BPMOnline hosted site.

Example URL: https://testcrm.bpmonline.com/test.html

I need to access this html in hosted bpmonline system

Like 0

Like

2 comments

Hello Fulgen,



It is not allowed to host any sites (or html files) in bpm'online.

In such case, you may host them on your own server or use...MoreLess

Show all comments (1)

How do you restrict access to a custom process? For example, if I want to ensure that only System Administrators can run a process, is the only way to restrict who can run the process by checking the current user in the process?

Like 0

Like

1 comments

Hello Janine,



Unfortunately, bpm'online has no business process rights functionality.

Your suggestion to check the current user in busines...MoreLess

Show all comments

Hi,

Is there a way to fetch System setting values using ESQ Server side.

I need to validate based on system setting value.

Please help.

Like 1

Like

8 comments

You can get a system setting using the following C# :

var mySetting = Terrasoft.Core.Configuration.SysSettings.GetValue(UserConnection, "MyCustomSetting").ToString();

Ryan

Show all comments (7)

I read the article "https://academy.bpmonline.com/documents/technic-sdk/7-13/creating-anonymous-web-service ". The problem in creating an anonymous web service is resolved by configuring on web.config. However, I want to resolve that not using web.config.

Like 0

Like

2 comments

It's not possible.

Show all comments (1)

Why are not manually created activities seen in my Business process task area in my Communication panel? (Even with the Show future tasks -checkbox checked).

I'd like to have manually created tasks seen in this panel as well.

I have read the Academy information about this thuroughly and I feel the requirement for the tasks created manually are met and therefor should be shown.

Academy post : https://academy.bpmonline.com/documents/base/7-13/business-process-task…

Like 0

Like

1 comments

Dear Julius,

This section (process task) is used only for records that are created with business process and are connected to it. If you want...MoreLess

Show all comments