November 6, 200916 yr I have a script trigger on fields to pop "updated" into a field that I can keep a check on. If a user updates certain fields, the updated record are shown in a list. All works fine but on with IWP. Any ideas?
November 6, 200916 yr Did you read the FM help guide? See below In Instant Web Publishing and Custom Web Publishing, script triggers can only be activated by a script and not by direct user interaction. For example, if a user tabs into a field that has an OnObjectEnter script trigger, the trigger will not activate. If a script step causes focus to move into that field, the script trigger will activate.
Create an account or sign in to comment