Widget and Record Producer

david_legrand
Kilo Sage

Hi,

I would like to know if we have Documentation about Helsinki Service Portal limitations and best practices, specially when building Widgets for Record Producers?

For example, in the CMS, I was able to create a UI Page to have a "complex variable with dynamic number of rows", when we submit, the data are sent to a string field using a client script and in our Record Producer script, we were able to use this string field to create the corresponding records.

find_real_file.png

We are trying to build the same feature with Widget (as UI Pages don't display on Service Portal) but we don't succeed to retrieve the data when we submit the record producer.

I looked in Service Portal examples (HR...) but didn't see anywhere an example where data are retrieved from a Widget and used by a Record Producer script.

Apart these technical issues, the customer and us love the new Service Portal

cc: nathanfirth, ctomasi

cc:Developer Community

1 ACCEPTED SOLUTION

In record producers and catalog items you can also embed a Service Portal widget which could be used to accomplish the multiple rows as shown above.


View solution in original post

16 REPLIES 16

We have developed a embedded widget inside a record producer.  Our next step is to make these fields in the record producer from the widget mandatory.  How can this be done

Jerry Hadesman

 

Hi Chuck,



Patch 5 should solve your first issue with the layout 😃



//Göran