Custom inline function not appearing (without LCID)

  • 19 October 2017
  • 3 replies
  • 2 views

Badge +1

Hi.

I have built a "custom inline function" according to Create Custom Inline Functions - Nintex Forms .

The function works great - however I do not "see" the function. When I "assign a varibable" (as an example) I can add a reference and a window like the following appears:

209773_pastedImage_2.png

Here, the inline fuction only appears when I added run "nwadmin -o AddInlineFunction" using the correct LCID for the web. From the docs I was under the impression that the LCID was optional but it seems, only when the correct OCID is given the description and usage are visible.

Is that a known limitation, or am I doing something wrong?

P.S.

Running Nintex Workflow 2010 2.5.4.20


3 replies

Badge +1

I seem to have found the "problem":

  • setting no LCID works in english sites
  • setting a LCID works in sites of the same LCID.
  • now, if I set an LCID of 1033 every other inline function in an english site is broken.

Is that a "Feature" ?

Badge

After a while, I found my inline-function added in my first collection and my function will not be seen in other collections.
I appreciate if anyone can help me.

Badge +5

This is still an issue in Nintex for SharePoint 2016 4.4.0.0.

This worked for me:

- adding the Inline Function for German with parameter -lcid 1031

- adding the Inline Function for English (default) without any lcid-parameter

Reply