Server Commissioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2015 08:22 AM
Does anyone have any great examples of presenting end users with a form to complete for them to request a new server? Seems quite clunky and long winded to build something, so looking for ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2015 04:54 AM
This form is tied to our change request table and it creates the CI after the change is approved so it is somewhat of a monster in the background meaning we have lots of BR's and UI Policies that process it. The easy method would be the record producer with some of the fields shown above and assigning the task to a particular group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2015 05:40 AM
Thanks. Building the record producer is so time consuming, is there a better way to do this? Some kind of GUI for the layout and field creation?
I've created the record producer now, which creates an incident, but the end user does not see the data they entered in the record producer. How do you make that visible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2015 06:03 AM
Hi David.....I have included a sample of my record producer which creates a change request. You will have to map your fields in order to populate your producing form, the first line in the code is your best example, current.requested_by is the field on the new created record and producer.requested_by is the information coming from your record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2015 12:46 PM
A simple record producer should do the job.