Hello community I'm trying show a Contact.Type in a custom profile. But i have a error when put the diff:

	{
		"operation": "insert",
		"name": "ContactType",
		"values": {
			"layout": {
				"colSpan": 24,
				"rowSpan": 1,
				"column": 0,
				"row": 1,
				"layoutName": "UsrLeftContainer"
			},
			...

MoreLess

Like 0

Like

1 comments

Unfortunately, the out-of-the-box system doesn't allow displaying linked fields. If you want to do this, you need to create a custom control...MoreLess

Show all comments

Hi community!

How are you?

I hope you can help me with the following

I have a query with ESQ on "EmployeeMiniPage" to validate that the "NroLegajo" field in the Employee entity is not repeated. When I apply certain permissions on a record so that only certain users can see it, the query not consider ...MoreLess

Like 1

Like

14 comments

Dear Ezequiel,

In order to omit rights check you can create an ESQ on the server side by the means of C#. However, instead of using UserConnection...MoreLess

Show all comments (13)

Hello Community!!

I have 2 sections appoint to contact and I regiter this sections in sysModule table and all works ok but the problem is the menssages on the Feed. 

If I put a menssage to ahoter user. When the user want open the message (in the notification Center) I get the function:

Terrasoft...MoreLess

Like 0

Like

3 comments

Dear Federico,

First of all, we recommend you to create sections via the section wizard, since creating them the way you have described can...MoreLess

Show all comments (2)



Hello Community!!

How can add a new Left Container in the LeftModulesContainers? I need a new container with fields like profilecontainer.

Regards,

Like 0

Like

3 comments

It seems like you can do this with a section wizard. Just add fields into the container showed on the screenshot below and the system will create...MoreLess

Show all comments (2)

Hi,

I am trying to make a php script to add thousands of pictures to existing contacts bpm.

Support helped me already and told that I should create (POST) a new entry in SysImageCollection with json {id: guid, name: guid}.

Then upload the image binary (base64, zipped or not, I tried them all) as...MoreLess

Like 0

Like

7 comments

It's hard to say how to create the integration on PHP. I created the functionality on c# and caught the requests with fiddler.

using System...

MoreLess

Show all comments (6)

Hi All,

We would like to put extra filter on a detail.



For example: A list of open opportunities. I could not file good example in the documentaion.



Is there anyone who has same experience?

Like 0

Like

2 comments
Best reply

Dear Cheng,

You can use the Email detail from the Contact page as an example. There is a fixed filter there that allows the user to see the...MoreLess

Show all comments (1)

How can we add a Product Image in the Product Selection page in the [Orders] section? Please suggest.

Like 0

Like

1 comments

Dear Anupama,

This is a quite complex functionality to implement, which requires developer's skills. In the core, the idea is to add one extra...MoreLess

Show all comments

Hello Community!

I need filter the folder all (pre filter on load) the idea is show only contacts by specific type in the list but the user can change the filter.

Any idea?

Like 0

Like

5 comments

Dear Federico,

We have the great manual on how to add the fixed filter to the section in our Academy - https://academy.bpmonline.com/documents/technic-sdk/7-11/how-add-fixed-filters-block-section...MoreLess

Show all comments (4)

Hi Community!

How are you? I hope you can help me!

I have configured permissions managed by operations, in which I restrict reading to contacts for certain roles. That brings me problems when reading contact data from a business process, even though it gives permission to the contact from the process, the reading does not work. How could I hide the contacts section without losing access to them from another object?

King Regards!

Ezequiel!

Like 0

Like

3 comments

Dear Ezequiel,



If your goal is just to hide the contacts section but you want to get the ability to read the contacts information for all users...MoreLess

Show all comments (2)
Hi, I need to advise. I use an external file in my BPM online application. Is it
 possible to save this file directly somewhere in BPM online? E.g. in a custom 
package or other storage. I would like to test in the BPM trial version online,
 so I can not get to the local disk to save the file.
Like 0

Like

1 comments

Dear Marcela,

You can save the file to the Attachments and Notes detail that is available in different sections of the system for example o...MoreLess

Show all comments