Saturday 27 January 2018

Open Specific Record Through URL Link In Email Using Relationship in Communication Template | IBM Maximo

There is user requirement of opening specific application record in maximo when users clicks the url link on email.

Let us take an example of email notification for condition monitoring app. We have communication template which is setup on MEASUREMENT object. But we want to open the specific record of condition monitoring app which has object MEASUREPOINT. We will use it using relationship substitution variable to get the unique id of application record (:MEASUREPOINT.measurepointid).

OBJECT: MEASUREMENT

RELATIONSHIP: MEASUREPOINT

UNIQUE ID: MEASUREPOINTID

SUBSTITUTION VARIABLE: :MEASUREPOINT.measurepointid


APP VALUE: COND

URL: http://localhost/maximo/ui/login?event=loadapp&value=cond&uniqueid=:MEASUREPOINT.measurepointid



























3 comments:

  1. Hi
    I'm having problems with this.
    I've changed the local host to the correct one.
    The email comes through correctly with the text
    http://myserver/maximo/ui/login?event=loadapp&value=cond&uniqueid= 1131

    But when I click on the hyperlink it pastes the following back into the browser som it's not seeing the correct :MEASUREPOINT.measurepointid and wont open.
    http://myserver/maximo/ui/login?event=loadapp&value=cond&uniqueid=:MEASUREPOINT.measurepointid

    ReplyDelete