문제

I'm developing a xpage application using an anonymous form for yet unknown (not authenticated) users. The database ACL is set to not give anonymous users access to the content (e.g. views and documents). In general no public access is allowed. However, is there a way to make field type ahead work for input fields using content from the database views without opening them for the public?

도움이 되었습니까?

해결책

You can use sessionAsSigner-object in SSJS to access your data with a different access level.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top