thundar117 Posted October 16, 2014 Posted October 16, 2014 I just trying to skip and the records with "Gold Awards". //Skip Gold Awards if (Field("item_awardType") == "GOLD ") { FusionPro.Composition.composeThisRecord = false; } else { FusionPro.Composition.composeThisRecord = true; } But I keep getting "Function Doesn't return a value Quote
step Posted October 16, 2014 Posted October 16, 2014 That code needs to go in an OnRecordStart callback rule. Is that where you have it? Quote
thundar117 Posted October 16, 2014 Author Posted October 16, 2014 No What you see is the whole script New to this type of coding any help is welcomed Quote
thundar117 Posted October 16, 2014 Author Posted October 16, 2014 I just move it for a Text rule to a Callback rule and it is working when I send output is it possible to have it filter in Preview as well Quote
thundar117 Posted October 16, 2014 Author Posted October 16, 2014 I just move it from a Text rule to a Callback rule and it is working when I send output is it possible to have it filter in Preview as well http://forums.pti.com/images/misc/progress.gif Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.