TimeLine
7.13_()
service

Is it possible to enable Timeline for the Portal Users' Case Page?

Like 0

Like

2 comments

Dear Mitch,

There are no basic tools to add the timeline tab through the section wizard. The same relates to the portal case page. You will need to involve the development process to add the timeline tab to any page in the system but as for portal, there is no much reason to add it since this detail has multiple connections to other entities in the system. Apart from that, the portal users might not have the access rights those entities. 

Could you please let us know what is your business task?

Thank you beforehand.

Dean

Thank you Dean. If it requires custom development, I don't think we would want to implement. We were just checking to see if there was a standard and simple solution. 

We enjoy the timeline tab for internal cases, we like how you can filter by date and by type of activity on the timeline. We thought it would be beneficial for our portal users to have this function if it was an option so they could put time filters on the entities that they have access to.

Thanks for your response, my question has been answered. 

Show all comments
service

Please disregard this post

Like 0

Like

2 comments

Hello,

It`s not possible to create system users via OData because system user is not only one record in SysAdminUnit table, actually, when system creates new user, many other connections with main record are created through other tables. 

Basically, the  best way to create a new user is to emulate the way the system does it. In order to do so you need to catch queries, which system creates when adding a new user and replicate same queries from your external application.

Best regards,

Alex

Alex_Tim,

Trank you!

Show all comments
Business Process
Process Library
web service
xml
7.13_()
service

Hi,

I checked and tested an example using this documentation (https://academy.bpmonline.com/documents/administration/7-13/web-service-integration). Web service example (http://fixer.io) is JSON formatted and there is no issue to configure in Process library.

I have another web service link which required output is in XML format. I'm not sure if its configurable in Process library or it will be only possible through code customization.

 

Below is screenshot of specific area of output from that web service link

Any help will be highly appreciable. 

 

Regards

Like 0

Like

3 comments

Please deploy the application locally and catch the request and the response with fiddler.

https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureDotNE…

This way you'll get more information. 

Hi Eugene,

Thank you for reply.

It means there will be code customization is required?

 

Regards

The code customization is not required. But in order to create an integration with a web service the skill in working with web services is required. 

Show all comments
lookup
Access Rights
7.13_()
service

Can you control access for users to which lookups they can view and edit? I see there is an operation permission called Access to "Lookups" section. But what if I want the user to only be able to edit one lookup? Can I control that? or is it an "all or none" type of setting?

 

Like 0

Like

5 comments

Dear Mitch,

As for now there is no such functionality to set up access rights for certain lookup only. I have forwarded your request to our business analysts. They will evaluate the possibility of implementation in future system releases.Thank you for helping us to make our application better!

Best regards,

Angela

Hi Angela,

 

any new on this issue?

I have one user that should be able to delete tags of accounts.

 

From what I understand from this article:

https://academy.creatio.com/docs/user/platform_basics/business_data/tags

 

I would have to give her access to the lookups, but she would be getting access to way too many objects.

 

This is one specific case but there are many others were we have an intermediate level user that is not administrator but that should be the owner of 1 or 2 specific lookups, I believe this is much needed.

 

Thanks,

Luis

Luis Tinoco Azevedo,

This functionality is not released yet, unfortunately. The task is still in progress.

 

Best regards,

Angela

we had a similar request from our client, we handled it by creating a new workplace and added only  lookup section. and gave access to specific user role. 

Adam VanBuskirk,

 

It wasn't implemented yet. There is no ETA for this task for now.

Show all comments
service

Hi, 

I have created an entity similar to "Case", and I want to add to it an auto-genetared code number, similar to the "number" . Is this posible? Can I add an autogenerated number to an entity?

 

Regards, 

 

Javier

Like 0

Like

1 comments
Activities
list
7.13_()
service

Hello, does the [Activities] Section only display tasks in the list view? Is it not possible to display email type activities? I can view emails in the activities lookup, but there are no records returned if I filter on type = Email in the activities section list view.

Like 1

Like

1 comments

Hello.

Your observation is correct. The activities section does not show the emails by default, since your real activities can be lost in the correspondence. You can view your emails in the CTI panel, or you can create a lookup for the activities of the email type.

Matt

Show all comments
feedback
7.13_()
service

Hi

When a user clicks on the case feedback icons, they get taken to a web page that just shows a thank you image. Yet the documentation and the case field has a Text feedback field included. How can I get that feedback text input enabled, so written feedback can also be provided?

Like 0

Like

1 comments

Dear Mark,

Please send a request to support@bpmonline.com with the link to your instance.

Best regards,

Angela

Show all comments
Self service portal
service

I accidentally deleted the Self Service Cases section. 

 

How can i add it back? 

Like 0

Like

2 comments

 

Describe how you deleted it

Hello.

You can edit workplace sections in a section designer. You need to select the Portal workplace and add the desired section: http://prntscr.com/mau95j

Best regards,

Matt

Show all comments

Is there a reasonable means of automating the adding of contacts as portal users? 

Possible scenario, a lead is created from a landing page from which a bpm'online Contact is created.  A Lead case then guides to a step where a portal user is to be created from this Lead Contact.

Can a step within a case accomplish this function either through configuration or light customization?

Like 0

Like

2 comments

Hello.

It is possible to achieve the described behavior in a couple of ways depending on your vision of the task.

In case you want a user to register automatically, you can create a send email dcm element, that will send an email to a contact asking them to register on a portal. In this email you can send them a link to the portal self registration page.

https://academy.bpmonline.com/documents/portal/7-13/user-self-registrat…

In case you want to create a user automatically, you can create a business process, that would be triggered once the record reaches the desired stage. Then, this process can create a portal user for you. Please note, that you will also have to distribute a license to a new portal user, either with the help of a process or manually.

Best regards,

Matt

Thank you very much Matt!

 

 

Show all comments
Landing page
case
Contact
7.13_()
service

Hi Community,

We implemented a Landing page to create Case (Web-to-Case) in which we have Email, Name and Phone Number of the Contact.

When the Contact doesn´t exist in the environment it is properly being created (which is right). However, if the Contact already exist, the newly created Case is assigned to the existed contact (which is right) but the phone number is not getting updated even if it is originally null.

Any thoughts?

Thanks.

Like 0

Like

8 comments

Hi Danilo,

You can create your custom Process started when Contact is assigned to Case. In this process you can compare received Communication options with existing ones and add them if necessary

Vladimir Sokolov,

Hi Vladimir, thanks for you message.

I am not clear on what you are refering to. What is the Phone field that comes from the Landing Page?

Thanks,

Danilo Lage,

The logic for creating cases from landing pages is covering setting of mobile phone when initially creating a contact for case. The logic is as follows:

  1. If contact fields matches the [Name], [Email] and [Phone] fields from the filled form, they will be added to the created case.
  2. If contact fields matches only the [Name] and [Email] fields from the filled form, they will be added to the created case.
  3. If contact fields matches only the [Email] field from the filled form, it will be added to the created case.
  4. Otherwise, a new contact is created and the [Name], [Email] and [Phone] fields will be filled in. The created contact is added to the registered case.

In case you indicate the existing contact, the mobile phone value will be ignored and won't update the existing contact with the values from landing.

Regards,

Anastasia

Anastasia Botezat,

Hi Anastasia, thanks for your message. 

Concerning to the following sentence: "In case you indicate the existing contact, the mobile phone value will be ignored and won't update the existing contact with the values from landing."

We are looking for a way to change this behavior and actually update the existing contact (on steps #2 and #3 of the logic you described). Is this something we can do?

If not, is there a way to remove the Phone from the Web-To-Case landing page without causing this to break the form submition?

Thanks.

Danilo Lage,

There are two ways of achieving your task. The first one requires much of advanced development. You can override the 

WebFormCasePreProcessHandler source code so it will be processing the web-to-case logic in the way you need it. 

The second one is to create a field, e.g, mobile phone in the Case object. In the config on the landing page you map the mobile phone input to both mobile phone in Contact object and Case. Create a business process, which would be triggered when contact is linked to the new case. Check whether contact has a mobile phone, and set the phone if it exists in the custom phone column of Case object. 

Therefore, when case with existing contact and firstly indicated phone will come from landing, the existing contact will be linked to the case, just inserted phone will be added to case phone column and business process will set it to the contact. 

This is probably not the most elegant way, but the one I can think of.

Hope you will find it helpful,

Anastasia

Anastasia Botezat,

Hi Anastasia, good morning.

Is the WebFormCasePreProcessHandler source code on the server side? My client´s using cloud.

Thanks.

Danilo Lage,

Yes, this is source code, but we highly do not recommend interfering with basic logic, since it may cause unexpected errors.

Please rather consider making mobile phone a required field on your landing, so to fill it in when contact is initially created.

Regards,

Anastasia 

Anastasia Botezat,

Thanks, Anastasia. I will send your recommendation to client. Let´s see.

Show all comments