Error when use function document()

Certified Associate Developer

In my interface, I user function document.

if(
                            document(tofolder(local!documentId), "size") > 0,
                            true,
                            false
                          )

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    Considering that that data is coming from a plug-in, and using terminology that is essentially never user-facing, i'd be surprised.

    Do you have an easy way to test the output of that rule when run against a doc ID in another language and see if the terminology it spits out is different?  My own production system is english-centric but it'd be useful to know whether it's something I should watch out for.

Children
No Data