Hi Team, 

There is a lookup field 'Owner' where I need to disable/remove hyperlink on Primary-Key field (Full Name).

I also tried "showValueAsLink": false", still not working.

Query: 

1. Is it possible to change Lookup-configuration in schema-code?

2. Do we have permission to override default lookup modal behavior?

Platform: Creatio:energy (Freedom UI)
 

Like 1

Like

5 comments
Best reply

You can do it using Global CSS.
Install the CSS/JS Addon https://marketplace.creatio.com/app/experceo-global-jscss-editor-creatio
Then use th...MoreLess

Show all comments (4)

Hi All, I am trying to put in a phone number in email template and I want to make it "Click to Call". I tried hyperlinking the phone number text and selected phone number as shown in screenshot below. But I test this email, it takes me to tracking URL in the browser instead of giving me an option to call. How can I resolve this issue? Thanks

Like 0

Like

4 comments

Good day, Puneet,

In order to introduce a click-to-call phone number link in your email template, you can use a "tel:" link.

For instance, ...MoreLess

Show all comments (3)

Hi Team,

I am trying to send a user notification at the end of my business process, but I would prefer it not to appear as a hyperlink. I've attached a screenshot showing how it currently looks, along with my business process configuration where I set up the user notification element. I've reviewed an...MoreLess

Like 0

Like

1 comments

Hello,

Overall, it is the basic functionality of the site that the link should work as a hyperlink.

Currently, if you remove the Object column...MoreLess

Show all comments

Dear colleagues,

How can AVOID this? The link to an object in dev is "https://dev-XXXXX.creatio.com/Navigation/Navigation.aspx?schemaName=Ndo…]" and in TESTING or production, when deploy packages remains https://dev-XXXXX.creatio.com, when it must be https://pre-XXXXX.creatio.com or https://XXXXX.creatio.com

Some idea, how to solve this?

Like 0

Like

1 comments

Hello!

Please create a separate case for Support Team support@creatio.com  and we will analyze it deeply. 

Show all comments

Hi Guys,

How to make mobile phone number hyperlink on the section page? I have made it hyperlink on the record page using below code and it is working fine.

{

                "operation": "insert",

         ...MoreLess

Like 0

Like

1 comments

Hello Singla,

You can add  "showValueAsLink": true  in diff. More information you can find here:

https://community.creatio.com/articles/how-can-we-store-url-and-make-field-clckable-form...MoreLess

Show all comments

Hello!



What link can I use to open product page on Portal from link? Product is not a separate section on Portal, but we need to give link to that.

We have tried the same method, like on main site, but links goes to Main page

Thank you!

Like 1

Like

1 comments

Hello Vladimir!

 

I will presume that you are using OOTB pages to provide you with an example of this logic.

 

The product has an...MoreLess

Show all comments

Hi Community

I want to remove the hyperlink from lookup fields. To achieve this I have followed this community article. This worked fine on the edit page. But on the section list view hyperlinks are still showing as shown below.

Is there a way I can remove the hyperlink on the list view conditionally as well instead of removing the "Display value" property from the object setting?

Any lead will be appreciated.

Regards,

Sourav Kumar Samal

Like 0

Like

9 comments

Hi, the logic for marking columns as links on section pages is based on the method addLookupColumnLink and if you want to modify it, you...MoreLess

Show all comments (8)

Hello,

I have a detail in which I have added a column from another table using the "diff" array. Please see below Code. I would like the "Link" column to get hyperlinked. Unfortunately, the code I added does not seem to add hyperlink.

Can someone help please?

getShareLink: function(value) {
 ...

MoreLess

Like 0

Like

8 comments

Hello,

If you want to make a text fields display as a hyperlink you need to add these parameters to the "values" part of the diff:

"showValueAsLink":...MoreLess

Show all comments (7)

Hi community,

How do you make a link (string field) a hyperlink in a mini-page? It is displayed as a label (https://academy.creatio.com/api/jscoreapi/7.15.0/index.html#!/api/Terra…) but there is no "showValueAsLink" property like in a text field in a page.



And how can I create a field that has th...MoreLess

Like 0

Like

7 comments

Hi Julien,

As for your first question - it's not clear which string-link field on the mini page you are refering to. I hope this community...MoreLess

Show all comments (6)

Dear Community,

As you all may know, it is possible to highlight (link) people in the FEED chat by using '@'. https://prnt.sc/22xks00

I was wondering if we can link products or other objects as well within the FEED tab.

If not, is it possible to have an embedded link within the FEED like this (link to google) instead of like this: 'www.google.com'?

Kind regards,

Yosef

Like 0

Like

1 comments
Best reply

Hi Yosef,

It's theoretically possible, but will require overriding:

1) prepareEntitiesExpandableList and getContactItems methods in the ...MoreLess

Hi Yosef,

It's theoretically possible, but will require overriding:

1) prepareEntitiesExpandableList and getContactItems methods in the ...MoreLess

Show all comments