Home General Discussion

documentation for viewModel

Jarrett_FaulkJarrett_Faulk Customer IT Monkey ✭
Hello,

I'm trying to build a custom task to allow end users to resolve specific incidents.  I have this task to the point where the end user can resolve the request but i'd like to set some other field such as resolved date, resolution category and resolution description.  I have been unable to determine what those fields are called.

Does anyone have any documentation for the viewModel fields?

Best Answer

Answers

  • Roland_KindRoland_Kind Partner Advanced IT Monkey ✭✭✭
    edited January 2018

    Hi,

    did you try the following:

    pageForm.viewModel  - below that Model you should find all variables needed

    e.g.

    pageForm.viewModel.ResolutionCategory

    pageForm.viewModel.ResolutionDescription

    etc.

    hope this helps

    regards

    p.s.

    just type pageForm.viewModel in the developer view / console of your browser to view all properties

  • Jarrett_FaulkJarrett_Faulk Customer IT Monkey ✭
    @Roland_Kind
    I apologize for the lack of knowledge but when you just type it into the developer view/ console.  I only know of the development tools from the browser.  Where do i search for this?
Sign In or Register to comment.