You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi guys,
Can someone suggest if there's a way or how can we access structures and its properties in SIL email templates ? Suppose my struct looks like -
struct PendingApprovals{
string action;
string actor_key;
string date_created;
string date_from;
string date_to;
string reviewer_key;
string status;
string user_key;
}
I have a variable defined in my sil script as -
PendingApprovals[] pa = <an array of the struct>
I want to be able to access this array of structure and the individual properties in the template.
Thanks in advance,
Neha