Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
ALIM | Exor
  • Product Communities
  • AssetWise
  • ALIM | Exor
  • Cancel
ALIM | Exor
ALIM | Exor - Wiki Opening the EXOR Application Directly to TMA1000 Works Form
    • Sign In
    • -Exor - Wiki
      • +ALIM Document Manager
      • An Attempt to Reset Your Password Has Failed
      • +AWLRS
      • +Exor Asset Manager
      • +Exor CIM / FIM
      • +Exor Document Manager
      • +Exor Enquiry Manager
      • +Exor Information Manager
      • +Exor Information Manager TMA Reporting Pack
      • +Exor Maintenance Manager
      • +Exor Maintenance Mobile
      • +Exor MapCapture
      • +Exor MapCapture (ESRI)
      • +Exor MCI MapCapture Interface
      • +Exor Network Event Manager
      • +Exor Network Manager
      • +Exor Oracle
      • Exor Problems and Solutions
      • +EXOR product placeholder
      • Exor Public Enquiry Manager API
      • +Exor Schemes Manager
      • +Exor Spatial Manager
      • +Exor Street Gazetteer Manager
      • Exor Streetworks Manager
      • Exor Streetworks Mobile
      • +Exor Structures Manager
      • Exor Structures Mobile
      • -Exor TMA Noticing Manager
        • Attachments in work reference cannot be seen
        • Change contact number in works form
        • Daily Failed Transactions Alert
        • Exor TMA unable to view street in Works
        • Failure accessing WMS theme.
        • FRM 41035 error when select notice type
        • HIG-0169: Database constraint violated: TNSW_UK
        • How to check if a notice was sent / received
        • How to configure TMA Attachments
        • How to fetch results on Review Notices form(TMA1030)
        • How to locate the .net wsdl file
        • How to remove and add recipients from S58s
        • How To Respond To A Temporary Traffic Signal Application
        • Incoming inspections fail to load
        • +Inspections - Exor TMA Noticing Manager
        • Interim Construction Method Warning Missing
        • Invalid enumeration value 0
        • Invalid XML error when sending notice
        • Major Works 3 Months Notice FPN
        • Many Inspection Records Updated
        • Missing Phase Data
        • New User Cannot Send Notices
        • No notice type for informal overrun warning
        • Notice Sent OK but Not Received
        • Notice went out of sequence in TMA3000
        • +Notices - Exor TMA Noticing Manager
        • Opening the EXOR Application Directly to TMA1000 Works Form
        • ORA 13356 adjacent points in a geometry are redundant
        • +Other - Exor Noticing Manager
        • +Other - Exor TMA Noticing Manager
        • Proximity Validation warning
        • Report not returning all records
        • +Reports - Exor Noticing Manager
        • +Reports - Exor TMA Noticing Manager
        • Restrictions - Exor Noticing Manager
        • Revoke Cancel FPN
        • Sample Inspection Quotas Report Figures Too Low
        • Scheduler only assigns to 1 inspector
        • Sender Does not Exist in NSG Error
        • Some DCD Inspections Not Downloaded
        • Start date for Major Notices
        • +Street Groups - Exor Noticing Manager
        • Street of Interest or Lane Rental Check Box
        • The XML page cannot be displayed Cannot view XML input using XSL style sheet
        • TMA Works Phase Master refresh: error in materialized view path
        • +Transactions - Exor Noticing Manager
        • +Transactions - Exor TMA Noticing Manager
        • Type 4 Street Used On Works
        • Unable to change one type of issued Direction notice type to another
        • Unable to select the Promoter/Contractor contact on Phase Details tab
        • Unable to use Links->Works function
        • What is the difference between created and modified dates
        • Works - Exor Noticing Manager
        • +Works - Exor TMA Noticing Manager
      • +Exor TMA Permitting Manager
      • +Exor UKPMS
      • Remove @ from the AWLRS Local Password Policy
      • +Transportation Intelligence Gateway
      • Unable to connect to Power BI dataset
      • +Video Series for Exor
      • Working From Home with Exor
    • +AssetWise ALIM for Transportation
    • How To Import SSL Certificate 11g Weblogic

     
     Questions about this article, topic, or product? Click here. 

    Opening the EXOR Application Directly to TMA1000 Works Form

    Applies To
    Product(s): Exor TMA Noticing Manager
    Version(s): All
    Environment: N/A
    Area: Alert Manager
    Subarea: N/A
    Original Author: Lee Jackson, Bentley Professional Services

     

    It is possible to open the EXOR application directly to a form instead of the main menu. This is useful if you want to open the application from a 3rd party software source or an Alert Manager email.

    This is done by defining the form module ID within the URL used to open the application. For reference please also see this wiki:

    http://communities.bentley.com/products/assetwise/exor/w/wiki/19722.how-to-start-the-exor-application-on-a-particular-form

    It is also possible to automatically query a record via the URL for some forms. For example you could configure an alert in Alert Manager to send an email whenever a specific notice is received by TMA Noticing & Permitting Manager and provide a link within the email to view the corresponding works record.

    An example URL for doing this is:

    http://<YOUR_SERVER_ADDRESS>/forms/frmservlet?config=<FORMS_CONFIG>&userid=USERNAME/PASSWORD@DATABASE&form=tma1000&otherparams=send_to_register_where=twor_works_ref='<WORKS_REFERENCE>'

    The above example explicitly declares a username and password (shown in red) which avoids the user needing to enter credentials when opening the application, but this does not need to be supplied and only shown here for reference. The form override parameter is shown in green, and the TMA1000 query works reference parameter is shown in blue.

    Below is an example without user credentials being passed:

    http://<YOUR_SERVER_ADDRESS>/forms/frmservlet?config=<FORMS_CONFIG>&form=tma1000&otherparams=send_to_register_where=twor_works_ref='<WORKS_REFERENCE>'

    If you want to use this feature in Alert Manager emails then you will need to define the parameters within the URL in a slightly different order. This needs to be done because of the way many 3rd party software programs automatically detect and enable hyperlinks in emails. For example here we have moved the form override parameter to the end of the URL:

    http://<YOUR_SERVER_ADDRESS>/forms/frmservlet?config=<FORMS_CONFIG>&otherparams=send_to_register_where=twor_works_ref='WORKS_REFERENCE'&form=tma1000

    Here is an example of an application URL being added to an alert email in Alert Manager, which enables the alert recipient to directly open the TMA1000 Works form and query the works reference from the record being alerted on. In this example we are creating a triggered alert whenever a Works Comment (1500) notice is created, but you could do this for other notice types such as inspections (2600).

    First we added an entry to the Asset Metamodel for the TMA_Transactions table, with suitable attributes. Next we created the alert with the following Attribute Condition:


    Next we configured the Alert Mail to give the works reference within the email text and also to provide a link to the application which will automatically query the works reference in the TMA Works form:

     

    Both the email text and URL text contains the alert parameter flag {0} which has been declared for the works reference. When an email is triggered, Alert Manager will replace {0} with the works reference of the record being alerted on. Here is what a triggered email looked like when a Works Comment (1500) notice was received on Works Reference NK1001031303:

     

    See also:

    http://communities.bentley.com/products/assetwise/exor/w/wiki/12015.daily-failed-transactions-alert

     

     

     

    • tma1000
    • tma
    • Exor
    • Alert Manager
    • forms url
    • Share
    • History
    • More
    • Cancel
    • Lee Jackson Created by Bentley Colleague Lee Jackson
    • When: Mon, Mar 9 2015 5:17 AM
    • Lee Jackson Last revision by Bentley Colleague Lee Jackson
    • When: Fri, Mar 13 2015 4:28 AM
    • Revisions: 5
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies