Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Custom Fields in E-mails

emails

How can I get Custom Fields -- both the tag and value -- to appear in an alert e-mail. I'm using the html file that includes the custom fields, but all I get are colons and values, not the associated tags.

Gene
· 1
Gene
Replies (8)
helpful
0
not helpful

This is the loop I'm talking about. It's in C:\Program Files (x86)\Countersoft\Countersoft Gemini Scheduler Service\MailTemplates\html\IssueDetail-CustomFields.en-GB

<% if(Data.CustomFields != null && Data.CustomFields.Length > 0) { %>   <% foreach(CustomFieldDataEN cust in Data.CustomFields) { %> <%=cust.Tag%>: <%=cust.CustomFieldData%> <% } }%>


Gene
· 1
Gene
helpful
0
not helpful

That is not possible at the moment.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Saar:

As opposed to Tag property are Field Name or Field Label properties available via the API?

cust.CustomFieldName cust.CustomFieldLabel

Thanks, Boris


Skywalker
· 1
Skywalker
helpful
0
not helpful

No, none will be there without changing the source of the scheduler.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you, Saar. What is the process of requesting Scheduler functionality future enhancements? It would be helpful if we had an bilityt to display custom fields info on the alerts.

-Boris


Skywalker
· 1
Skywalker
helpful
0
not helpful

It is possible in Gemini 5


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Where is this "How can I get Custom Fields -- both the tag and value -- to appear in an alert e-mail. I'm using the html file that includes the custom fields, but all I get are colons and values, not the associated tags." documented for Gemini 5?


Dave
· 1
Dave
helpful
0
not helpful

In Gemini 5 you access the custom fields collection: TheItem.CustomFields["name"].Entity.Data


Saar Cohen
· 5000
Saar Cohen