Skip to main content
March 29, 2023
Question

Unable to write the record in the Database

  • March 29, 2023
  • 4 replies
  • 0 views

Hi Community ,

I had started to do a project where the use case is without using the rule input I have to get the data and write it in the database.

As a start I created all the basic steps of creating the record type and generating the record actions where as an result automatically process model and interface are created. 

I tried to map the record type fields via local variable in the interface such that when I moved over to the process model I can't able to write up the data in the database .

In general I wanted to publish a portal such that when I tried to add pages ( Interface ) , a error occurs like rule inputs variable can't be used , So I started to prepare the above use case and to solve it.

So kindly guys help me out with proper steps to handle over interface and process model.


Thanks in advance..!

    4 replies

    harshitb6843
    March 29, 2023

    The problem with your approach is that the interface is mapped as a user input task and hence cannot function without a rule input. 
    Now to achieve the portal thing, you will need to use a!startProcess() in the saveInto of the button on your UI and pass your local variables in that processParameters of the startProcess function. 

    Refer to this video for more info - www.youtube.com/watch

    March 29, 2023

    Thanks [mention:ef600ff8f5d2497eb2def2126dc89484:e9ed411860ed4f2ba0265705b8793d05] . The video explained was up to the point and clear.

    stefanhelzle0001
    Brainy
    March 29, 2023

    You talk about so many things at once ... makes it really difficult to understand where you struggle.

    March 29, 2023

    Sorry for the inconvenience [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] .