Hi Team,

I am implementing the approval in my custom section with three stages in a case as attached. User was able to edit the record field when the approval is in progress. I have made the approval step as required in the stage but no success. Please suggest. I have tried adding a new approval record and approval task in business process and linked the business process in my stage but no success. 

Thanks,

Venkat.

File attachments
Like 0

Like

1 comments

Hello.



The approval itself does not lock the record, it is just a step needed to go to the next stage. Your idea with the access rights element...MoreLess

Show all comments

I added a tab to a previously empty tab list in a detail object. I've removed all fields and details inside the tab, but when I select the 'X' for removal, nothing happens.

Like 0

Like

1 comments

Dear Jordan,

You can delete tab from the page by commenting it in the schema directly. To do so you'll need to find the detail schema in configuration...MoreLess

Show all comments

Hello,

   I was trying to remove certain values from the existing lookup and re-bind it to the existing package. However after checking in the changes into SVN, my teammate couldn't get the updated changes. Could still find the values that were removed by me.

I must have missed something so...MoreLess

Like 0

Like

1 comments

Dear Deepu, 

Unfortunately SVN doesn't foreseen deleting records. You could add a script to your package that would delete records. Please...MoreLess

Show all comments

Do you know how to create macros in BPM'online 7.12? I found this guide for 7.13: https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-macro-handler-email-template but in my case the interface IMacrosInvokable could not be found.

Like 0

Like

4 comments

Dear Carlos,

To get the IMacrosInvokable interface, you have to add it first, by adding source code to the schema of your development...MoreLess

Show all comments (3)

Dear all, anyone knows where, I mean, the menu I must go through to insert this code https://community.bpmonline.com/articles/how-add-input-mask#comment-712… ?

Like 0

Like

5 comments

Hello.

Everything is done in the configuration. The step by step instruction is available below:

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-add-field-…

Best...MoreLess

Show all comments (4)

I need to add a calculated hyperlink inside the body of a [Send email] process element (for example the link to the page of an account: when the user clicks on the link inside the email, then the browser opens the account page)

I didn't find the way to do it using custom email and email templates as well.

How can I do it?

Like 1

Like

8 comments

Hello.

You can do it with the help of macros. First of all you need to create a template and select a desired macro source and then you can...MoreLess

Show all comments (7)

Is it possible to force users to use a certain column layout? I know I can set it up for everyone with a supervisor account but they still can change it afterwards.

Like 0

Like

3 comments

Dear Carlos,

you can use business rule which will fill and lock a certain field on a page if that is what you need. 

Show all comments (2)

Is it possible to create a notification for one "supervisor" type user when one of the processes fails (no matter who started it)? As it is now, failures are shown in the process log but you don't get informed that you should look into it.

Like 0

Like

4 comments

Dear Carlos,



Unfortunately, there are no such pre-configured notifications, however you can install an application from our marketplace that...MoreLess

Show all comments (3)

we tried the below code for file conversion, after execution we get to see the below error message in script task.

please find the code below

//var fileId = new Guid(aspPage.CustomData["ReportFileId"].ToString());

var fileId=Get("fileId");

var userConnection=Get("UserConnection");   

 ...MoreLess

Like 0

Like

1 comments

Dear Sekhar,

Could you please provide the error message?

Anastasia

Show all comments

Hi everyone.

I need to track or get if an email sent from bpm to an account, is opened, to fill a field in bpm (The filled will be the date that was opened).

The email is sent by a step in a stage.

(the receiver may not have an user in the system).

I would like to know if there is a way to do it?. And if you could give an example or explain how.

Like 0

Like

1 comments

Dear Ezequiel,

This is quite complex development process. First of all you have to add a tracking links to your emails that will trigger an...MoreLess

Show all comments