In MAXIMO, open and close the DIALOG box in the code

Source: Internet
Author: User

Let's talk about it first.

In a dialog box (also called 1), another dialog box (also called 2) is displayed. When you click OK in dialog box 2, close dialog box 1. In fact, it is a bit like the stuff in the Application Designer, which needs to be controlled in the class.

In the Code dialog box, the code is displayed:

// Call another Dialog

This. clientsession. loaddialog ("copymrlnprmx ");

Note: ID of the copymrlnprmx -- Dialog dialog box

Close the dialog box code in the Code:

// Close the dialog in the main document window

Utility. sendevent (New webclientevent ("dialogclose", "copymrlnpr", null, sessioncontext ));

Note: ID of the copymrlnpr -- Dialog dialog box

PS: Well, I have been using Maximo for more than a year. I don't know much about many functions. I need to look at the system stuff and check the APIs.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.