I am getting the following error while trying to login to BPM Online on-site  (set up using Microsoft SQL Server) and I am getting the same error while trying to login to BPM Online on-site  (set up using Oracle SQL Server). I ve done the set up seperately with different websites in IIS...MoreLess

Like 0

Like

3 comments

Hello,

The most obvious reason of this issue is in fact that not all needed Microsoft Components were activated for the device where IIS is...MoreLess

Show all comments (2)

Hi Community,

How can I give permission to non system admin users to add system users in CRM

Like 0

Like

3 comments

Dear Fulgen,

You need to add the non administrator user to the operation permission 'CanManageUsers'. Thus, this user will be able to creat...MoreLess

Show all comments (2)

Hi Community,

I just noticed on the notification panel, notification is being triggered but the count is not showing on the icon. How we can show the count of unread notification on the icon?

Thanks

Like 0

Like

1 comments

Dear Fulgen,

There are no basic tools that would allow to hide or display the notification counter. Therefore, we suggest you to contact ou...MoreLess

Show all comments

Hi Community,

Currently on case assignment, email is sending to assignee, how we can configure crm to trigger also notification on case assignment

Like 0

Like

1 comments

Dear Fulgen,

You can create business process that will generate such notifications on change of "owner" like this: http://prntscr.com/oqlxy7

Best regards,

Angela

Show all comments

Hi Community,

Any idea how we can disable the existing mobile business rule. Lets say for example below rule.

Terrasoft.sdk.Model.addBusinessRule("Case", {

    name: "CaseContactAccountRequirementRule",

    ruleType: Terrasoft.RuleTypes.Requirement,

    requireType:...MoreLess

Like 0

Like

1 comments

If you want to disable the existing mobile business rule, you can do it by calling the removeBusinessRule function. The function...MoreLess

Show all comments

Hi,

How to read Entity lookup column in script task?

Please help. i need the value(display name) of lookup column in script task.

Thank you

Like 0

Like

1 comments

Hello, 

If you want to read column from the previously read or created record with Read data or Add data element you can follow...MoreLess

Show all comments

Hello,

Can someone explain what the functional purpose of the Activity Author is? The system defaults their reminder to the 'Due Date' of the activity, what purpose does that serve?

Like 0

Like

1 comments

Dear Jordan,

The activity author or reporter is the user who initiates the activity. Just in case do not confuse it with the activity owner...MoreLess

Show all comments

Hi Community,

Currently I am not able to filter record using ODATA for my lookup field, I am getting object reference error. Below is my request string.

UsrEmiratesId is the lookup field

"UsrAreaCollection?$top=1000&$filter=UsrEmiratesId eq guid'" + emirateId + "'&select=Id, Name, UsrEmiratesId"

But when I filter the record using Id which the PK column, request is successful, what is wrong with this lookup field why it is not working

Like 0

Like

1 comments

Dear Fulgen,

The possible reason for an error could be in syntax of lookup in the request. Please try to modify the request string, so that...MoreLess

Show all comments

Hi Community,

I have completed tasks on Activity object, I want to know the completion date, what column in activity table the completion date is?

Like 0

Like

1 comments

Dear Fulgen, 

Unfortunately, there is no such column, however you can add this column in the section wizard or configuration and use business...MoreLess

Show all comments

Good day. I have a big task, and the last part is sending the document through a web service.

Generally speaking, I need to send not only a document, but an array of objects, among which there are documents. Documents will be in PDF format.

As I could see, the "Content type" field is protected from...MoreLess

Like 0

Like

3 comments

It's hard to understand where you want to send the document from. From bpm'online to a third party, or vise versa. If it's from bpm'online please...MoreLess

Show all comments (2)