Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This SNART requirement # 51 for the work against WSDL, and requirement # 50 for packaging up PTAEO into a module that can be easily dropped into each catalog item that needs PTAEO.

PTAEO is an acronym for

project
task
award
expenditure
organization

In START, this was modeled as five input boxes, with formatting that enforced the width of the data input.

In ServiceNow, it's not so easy to directly mimic this behavior. I've seen a grand total of ONE demo service catalog with multiple items on a single horizontal line, and that was using Berlin. I suspect they had to do a CSS hack to make it work, and I've thrown hours at this fruitlessly in the past.

So far, we have modeled the PTAEO input as a single box with dots separating the values for the fields.

The next phase is to submit the PTAEO to the webmethods PTAEO validator. Bill is working on doing a quick demo / mockup of the variables we can send to the WSDL via the mid-server.

What

Next we need to either silently accept the value, or perhaps provide a visual cue that the value is accepted. Perhaps turn the field green.

If the the value is bad, we need to provide some form of notification of the mistake. This functionality is already built-into the webmethods WSDL; it's passed along as a text error message. The simplest notification would be a popup with the content of the WSDL complaint passed-through. Nicer would be some color or syntax highlighting.

When

I envision this validation to be controlled by Client Scripts. I think that onChange we should fire the validator. If we try it and it seems dumb, we can try a different tack.

We definitely need to validate onSubmit, and we should prevent/interrupt the submit from completing if the data is denied.

  • No labels