Yep - it feels like a maybe user permissions need to be looked at.
To your point, If someone wanted to build it manually they could get the list of programs, test for created (or ...
OK... so it needs to be something like this:
#set( $interestingItems = [] )
#foreach( $item in $AssetList )
#if( $item.Type__c.equals("Registration") )
#set( $void = $intere...
It goes further than that... Amey only wants the registration with the greatest date.
The loop has an if to only display registration types, but no constraint on date.
@Amey_Shivapurka,
Given your if statement is testing for the item type being registration, and BOTH are of type registration, it isn't surprising that are both displaying.
If you ...
@peterleecarfax,
I think you need to validate the demographic score of these individuals.
Given you are just resetting to the demographic score, it suggests that the process by whi...
@Jasbir_Kaur,
thanks for responding on this.
The problem is that the numbers are not fixed width, so simply adding 10 pixels to the the end of each via a new TD doesn't work.
I can...
Yes. the matching is done on email address to determine if they are not in your database.
if someone already in your database (based on an email match) fills it out, their record ...