• JJS
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi,

 

Sort of a Salesforce newbie...

 

I created a new field and gave it a simple formula:

 

IF( ISBLANK(Source_Device__c), "Remote client", Source_Device__r.Name)

Basically it checks whether the Source Device field is empty for a particular record.

If it is, it outputs static text.

But if has a value, it outputs the 'Name' of that Source Device.

 

My question is: is there any way to make the 'Name' clickable (to link it to that object)? The 'Name' field is the primary key.

 

If you need any more clarification on this, please let me know. Thanks in advance.

  • November 10, 2011
  • Like
  • 0

Hi,

 

Sort of a Salesforce newbie...

 

I created a new field and gave it a simple formula:

 

IF( ISBLANK(Source_Device__c), "Remote client", Source_Device__r.Name)

Basically it checks whether the Source Device field is empty for a particular record.

If it is, it outputs static text.

But if has a value, it outputs the 'Name' of that Source Device.

 

My question is: is there any way to make the 'Name' clickable (to link it to that object)? The 'Name' field is the primary key.

 

If you need any more clarification on this, please let me know. Thanks in advance.

  • November 10, 2011
  • Like
  • 0