Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Access struct properties in SIL email templates

Neha Sharma
Contributor
September 13, 2019

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

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events