This content has been marked as final.
Show 3 replies
-
1. Re: Need the attribute name of Approve/Disapprove in Footprints 11.6.10
Paul TippingNov 18, 2019 5:46 AM (in response to Bhavani Anbuselvan)
2 of 2 people found this helpfulIf you add the Phase Voting History - does that give what you need?
%%BEGIN_VOTE_HIST%%
%%DATETIME%% : %%VOTER%% : %%VOTE%% : %%COMMENTS%%
%%END_VOTE_HIST%%
-
2. Re: Need the attribute name of Approve/Disapprove in Footprints 11.6.10
Bhavani Anbuselvan Nov 20, 2019 3:40 AM (in response to Paul Tipping)Perfect.Thanks a bunch Paul Tipping!!!
It worked as I expected
-
3. Re: Need the attribute name of Approve/Disapprove in Footprints 11.6.10
Bhavani Anbuselvan Nov 22, 2019 12:23 AM (in response to Paul Tipping)Hey Paul,
I want to get the vote comments of the current phase.
Below attributes is fetching all the vote comments from the initial phases, I only need the current phase's vote comments.
%%BEGIN_VOTE_HIST%%
%%DATETIME%% : %%VOTER%% : %%VOTE%% : %%COMMENTS%%
%%END_VOTE_HIST%%
So how to get the current phase's vote comments in the notification email.