Hi everybody

In a detail, I use the Sandbox mechanizm to catch the save operation and use it in the section page like this:

        onSaved: function(response, config) {

            this.sandbox.publish("UpdatePackageTotals", null, ["myTag"]);

            this.callParent(arguments);

    },

What function should I use to catch the delete operation ?

Like 0

Like

8 comments

The function you want is 'onDelete'.

Section pages adopt it from the base schema, 'GridUtilitiesV2', so if there are any further methods you...MoreLess

Show all comments (7)

Hi Community,

How can I dynamically replace the file name of the report generated in printable, lets say for example i want to put some transaction code or current date time it was generated.

Like 0

Like

4 comments

Dear Fulgen,

As for now this logic is not implemented in out-of-the-box version of the application and we do have a correspondent problem...MoreLess

Show all comments (3)



Hi,

I am trying to add my hotmail account to my instance but unfortunately have not been able to do so.

Could you please guide me on how to do that? I already have my gmail added in the instance.

Like 0

Like

1 comments

Dear AAykay,

You need to go to the mailbox setup, click on a button new and input your email address. In the pop-up window you need to add ...MoreLess

Show all comments

Hi,

There is an error message which occurring on save of script in report designer.

I'm not sure what is missing. Any help will be highly appreciable.

Regards

Like 0

Like

2 comments

it's hard to say what's wrong by the screenshot. Somehow the system can't find the report schema. Try to find an answer in the development guide

...MoreLess

Show all comments (1)

Hi Community,

I just noticed when I am creating Case and updating Case status upon checking the process log, Send email to contact on case status change BP is not triggered. Any idea what causes the isse?

Like 0

Like

1 comments

Dear Fulgen,

As many other processes this process is hidden from Process Log. It will appear there only if it ends with error so absence of...MoreLess

Show all comments

Hi Community,

Any Idea how can i fix this issue, I want to modify the OOB send email to case assignee business process, but when I saved it as new version I am getting "Parameter StringComparison not found" error, please take note I have not modified any process element yet, i just saved it as new version

Like 0

Like

1 comments

Dear Fulgen, 

To fix this in formula Change subject you would need to change

"([#First activity.First item of resulting collection.Subject#])...MoreLess

Show all comments

Hi Community,

Any Idea how I can give read permission to access SysAdminUnitPage to non Admin Users (Please refer to first screenshot below). I am also triying to give default read permission but the new button is disabled (Please refer to second screenshot below).

Like 0

Like

5 comments

Dear Fulgen,

If you want certain role to access users section you can use CanManageUsers operation permission. We do not recommend enabling...MoreLess

Show all comments (4)

Hi,

I'm following this article (https://academy.bpmonline.com/documents/technic-sdk/7-12/how-add-button…) and its working but only showing 1 button

in code I tried to add 2 buttons but only the last button is showing

Any help will be highly appreciable.

Regards

Like 0

Like

4 comments
You must use unique "name" in diff
Show all comments (3)

Hi,

I need a custom button on dashboard of customer portal.

On click for example Contact create form should appear.

I have another idea, OOB on customer's dashboard there is OOB dashlet of Case with "New" button. On click the form is populating and we can create new case.

But on custom dashlet of custom section "Multi Currency" there is no "New" button. Any idea for enabling this button?

Any help will be highly appreciable.

Regards

Like 0

Like

1 comments

Hello Muhammed,

What I recommend to do in this case is to understand how the "new" button is already added on a existing dashlet. 

At first...MoreLess

Show all comments

Hi Community,

Any idea how we can add a custom button on Portal Dashboard same way as adding custom button on edit page. 

Like 0

Like

1 comments

Hello Fulgen,



Unfortunately, there is no possibility to add a custom button on dashboard as you do it on edit page.

I suggest to add a new...MoreLess

Show all comments