I have a button in a page , when I press that button , it performs a save and close operation.Also in this page I have a virtual detail, the problem is that when I press the button no data is saved in the page object when the page is in combinet Mode , if I refresh the page (no longer in combinet mode)...MoreLess

Like 0

Like

4 comments

Hello Mohammad,

 

To fix the issue please flush Redis and compile all items. That should do the trick. 



Regards,

Alex

Show all comments (3)

In the contact section page , when I click on a contact record , it opens in combinet mode, what I want is when I click on any contact record in the contact section page in first time, I want to open the contact record in Edit mode not in combined mode.

- Combined mode

yy

- when I refresh the page , it's no longer in combined mode 

Like 0

Like

1 comments

Dear Mohamad,

Unfortunately, this is a hard encoded functionality and the basic application tools do not allow to set it up. We already had...MoreLess

Show all comments

Hi Community,

In printable, how can I change the value of boolean from true or false, display it on printable form as 'yes' or 'no' or check or uncheck

Like 0

Like

1 comments

Dear Fulgen,

You can do so by using macro: in list of fields setting you can set up each column (http://prntscr.com/n6qkdy).To change the...MoreLess

Show all comments

Processes that are designed to be used as sub-processes can become confusing because Parameters appear in alphabetical order and have no indication of which are required as inputs.  It would be helpful to have an additional checkbox setting for Required or Input in the parameter set up, especially when a process is designed to be used as a sub-process by different teams creating processes.

2 comments

Dear Janine,

You can use an auto-generated page at the begining of the business process with full list of all parameters and you can specif...MoreLess

Show all comments (1)

Parameters of a process appear in creation order in the process or alphabetical order as a sub-process, which can become unwieldy or confusing when referencing subprocesses since there is no way to indicate which ones are required to be passed into a process to function correctly.  Is there any way to sort the Parameters manually, for example, so that inputs parameters are at the top of the list?

Like 0

Like

1 comments

Dear Janine,

Currently the logic is that parameters in the process are ordered by creation date (if we are talking about custom business processes)...MoreLess

Show all comments

How do I delete a column from an Edit Page? We have sections with unused or accidentally added columns that we want to clean up and not have visible in Edit Page or Mini Page.

Like 0

Like

2 comments

Dear Janine, 

If you want to just delete the field from the edit page you can just click X near the field in section wizard (http://prntscr...MoreLess

Show all comments (1)

Hi Community,

I have managed to create a notification in business process. But what I need upon clicking this notification, i want to open the record. Any idea how can I achieve this?

Like 0

Like

3 comments

Hello,

I recommend to check the realisation in base functionality. When case reopens, the notification is sent. Business process that is responsible...MoreLess

Show all comments (2)

How do I test if a String Parameter in a process has not been filled in using a Formula?  For example, the following are not working because they do not evaluate to true when the parameter is not filled in:

[#MyStringParameter#]==""
 
[#MyStringParameter#]==String.Empty

Is there a function for String length?

Like 0

Like

2 comments

I've used the following: 

string.IsNullOrEmpty([#MyStringParameter#])

However, I believe I've used what you're using as well (but might have wrapped it in parentheses)

Show all comments (1)

I want to add elements such as tables, radiobutton, dropdownlist to a page in bpmp process, but in the page designer I can not find them.

Should these be added with code?

What language is used?

Greetings.

Like 0

Like

4 comments

Edgar,

What does your page designer look like?

Show all comments (3)

I deleted an object schema and resource file and now I keep getting these errors every time I click Export packages to file system: http://prntscr.com/n38jkr . How can I fix this?

Like 0

Like

2 comments

Hello Jonas,



You can perform some actions that may help you with resolving the issue: try to compile the system http://prntscr...MoreLess

Show all comments (1)