Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6915 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am going to shoot myself if someone doesn't help me figure this out....Just kidding, but I got your attention right?

I'm trying to make a script that will loop through my portal rows and set a flag to Bold header text. My problem is, it loops fine, but it keeps looping and creating records because of the flag.(Hense all the no no no no no's) I need it to stop when there is no record left in the portal. What am I missing?

update. I got it to work by just changing the LineItems::row into a global field. I am not exactly sure why that worked though. Explanation anyone?

flag.jpg

script.jpg

Posted

The reason is that if the Lineitems::row is not a global field then it does not exist in the record of the portal row you are in. Therefore the two fields will never match. the global works because it is present in all records.

This topic is 6915 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.