Skip to main content
Nintex Community Menu Bar
Question

How do I create an image link to an object that works for both internal and partner users?

  • July 9, 2024
  • 1 reply
  • 5 views

Forum|alt.badge.img+7

I have a custom Skuid page embedded in a home page component that displays a list of custom objects as “cards” (see screenshot attached).

Currently, all Internal and Partner users can access the custom object listed on the cards by clicking on the Record Name. This is working just fine.

Here is my template code:

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

You need a very small adjustment in your href code.  it should be as follow:  <a href=“/{{{Id}}}” style…