<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Age field on task table in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235482#M887466</link>
    <description>&lt;P&gt;Hi Aakash,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I don't want the age of the resolved tickets , I want to calculate the age of the ongoing tickets on which the assignee's are still working on .&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;How will this calculate the ages for incidents ,problem etc.. I guess the state values will be different for different table&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Snehal Khare&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Sep 2017 05:50:07 GMT</pubDate>
    <dc:creator>snehalkhare</dc:creator>
    <dc:date>2017-09-14T05:50:07Z</dc:date>
    <item>
      <title>Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235480#M887464</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a field which calculates age of the open tickets on the task table . I want it on Task table so that it can be used to calculate the age of all the tickets - incident , problem ,request etc. &lt;/P&gt;&lt;P&gt;How this can be done ? After creating this field it has to be used for reporting on task table , means all the open tickets -incident , problem ,request etc. ( ages ) can be represented in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Snehal Khare&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:34:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235480#M887464</guid>
      <dc:creator>snehalkhare</dc:creator>
      <dc:date>2017-09-14T05:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235481#M887465</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Create a new field of type duration on task table. You may name it as 'Age'.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Write an After-Update Business Rule with condition 'When State Changes To Resolved'&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;Script:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;calculateAge();&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;function calculateAge(){&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;var datedif = gs.dateDiff(current.sys_created_on,current.resolved_at);&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;current.u_age = datedif;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;current.update();&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-family: arial, sans-serif; color: #666666;"&gt;}&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:44:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235481#M887465</guid>
      <dc:creator>Aakash Shah4</dc:creator>
      <dc:date>2017-09-14T05:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235482#M887466</link>
      <description>&lt;P&gt;Hi Aakash,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I don't want the age of the resolved tickets , I want to calculate the age of the ongoing tickets on which the assignee's are still working on .&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;How will this calculate the ages for incidents ,problem etc.. I guess the state values will be different for different table&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Snehal Khare&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:50:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235482#M887466</guid>
      <dc:creator>snehalkhare</dc:creator>
      <dc:date>2017-09-14T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235483#M887467</link>
      <description>&lt;P&gt;Hi Snehal,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. Create one Filed in Task table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. Create Schedule job Daily it will run . This scheduled job will calculate the Active tickets age how many days back ticket is created.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Scheduled job:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var gr = new GlideRecord("task");&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gr.addEncodedQuery('sys_class_name=incident^ORsys_class_name=problem^ORsys_class_name=sc_req_item');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gr.addActiveQuery();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gr.query();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;while (gr.next())&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; var currentTime = gs.nowDateTime(); // Get the current date time in users timezone&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; var createdOn = gr.sys_created_on.getDisplayValue(); // Task created time in GMT(system default time zone)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; var datedif = gs.dateDiff(createdOn, currentTime,true); // calculate in seconds&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(datedif&amp;lt;86400)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gr.u_age = 0;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gr.u_age = (datedif/86400);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; gr.autoSysFields(false);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; gr.update();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Please Hit Correct if this helpful&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:57:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235483#M887467</guid>
      <dc:creator>preddy</dc:creator>
      <dc:date>2017-09-14T05:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235484#M887468</link>
      <description>&lt;P&gt;Hi Snehal,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Perform the below mentioned steps.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. Create a string type field on task table named 'Age'.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. Create a schedule job as mentioned below. (Set the frequency of the job as per the frequency of the report run.)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var tsk= new GlideRecord('task');&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.addActiveQuery();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.query();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;while(tsk.next())&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.autoSysFields(false);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.setWorkflow(false);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var inc_age =gs.dateDiff(tsk.sys_created_on.getDisplayValue(),gs.nowDateTime(),false);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var dur = new GlideDuration(inc_age);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;dur=dur.getRoundedDayPart(); &amp;nbsp; &amp;nbsp; //This will give you age in days only&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.u_age=dur; &amp;nbsp; &amp;nbsp; &amp;nbsp; //u_age is the backend name of the age field&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;tsk.update();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;} &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Ujjawal&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 06:05:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235484#M887468</guid>
      <dc:creator>Ujjawal Vishnoi</dc:creator>
      <dc:date>2017-09-14T06:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235485#M887469</link>
      <description>&lt;P&gt;Please follow the below steps to achieve this:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Step-1) Create a duration field on task table. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Step-2) Add that field to all task type form (like incident, problem, catalog task etc.).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Step-3) Create UI policies to display that field on form for specific status for each form.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Step-4) Create a onload Client script using GlideAjax to calculate the duration.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 06:13:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235485#M887469</guid>
      <dc:creator>Arindam Ghosh</dc:creator>
      <dc:date>2017-09-14T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235486#M887470</link>
      <description>&lt;P&gt;You can also write a Display business rule, But this will calculate the age when when the user opens the record.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have created two bossiness rules one is Display(not in closed state) and other is before Update (state goes to closed).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So when ever user opens the record it will update the age which will be live data.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;When ever the record is closed or resolved age will be calculated.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;on dispaly&lt;/P&gt;&lt;BR /&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15053708457035810" data-renderedposition="111.33333587646484_8_1112_176" jivemacro_uid="_15053708457035810"&gt;&lt;P&gt;(function executeRule(current, previous /*null when async*/) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; calculateAge();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; function calculateAge(){&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; var datedif = gs.dateDiff(current.opened_at.getDisplayValue(), gs.nowDateTime());&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; current.u_age = datedif;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; current.update();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; //gs.addInfoMessage("Age"+ datedif);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;})(current, previous);&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;before update&lt;/P&gt;&lt;BR /&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15053708975784732 jive_text_macro" data-renderedposition="308_8_1112_208" jivemacro_uid="_15053708975784732"&gt;&lt;P&gt;(function executeRule(current, previous /*null when async*/) {&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; calculateAge();&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; function calculateAge(){&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; var datedif = gs.dateDiff(current.opened_at.getDisplayValue(), gs.nowDateTime());&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; current.u_age = datedif;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; //gs.addInfoMessage("Age"+ datedif);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;})(current, previous);&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Sep 2017 06:35:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235486#M887470</guid>
      <dc:creator>Nithin12</dc:creator>
      <dc:date>2017-09-14T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235487#M887471</link>
      <description>&lt;P&gt;Hi Ujjawal&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This scheduled job will calculate the age only when it is run right. But if we need to calculate the age always then is it possible?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Snehal Khare&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 06:52:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235487#M887471</guid>
      <dc:creator>snehalkhare</dc:creator>
      <dc:date>2017-09-14T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235488#M887472</link>
      <description>&lt;P&gt;Hi Nithin,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is it possible that we use calculated field on task table for this purpose.?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Snehal Khare&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:43:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235488#M887472</guid>
      <dc:creator>snehalkhare</dc:creator>
      <dc:date>2017-09-18T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235489#M887473</link>
      <description>&lt;P&gt;Hi Snehal,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Apart from this approach, you can use the calculated value.Create a duration field and go to advance view then set the calculated tab as below.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;gs.dateDiff(current.sys_created_on.getDisplayValue(),gs.nowDateTime(),false);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Ujjawal&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2017 09:08:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235489#M887473</guid>
      <dc:creator>Ujjawal Vishnoi</dc:creator>
      <dc:date>2017-09-18T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235490#M887474</link>
      <description>&lt;P&gt;Is there a way we can have aging category (Example, 0-7 days, 8-14 days etc.) for all open incident using a calculated field?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 15:59:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2235490#M887474</guid>
      <dc:creator>Arpit Desai</dc:creator>
      <dc:date>2018-12-28T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Age field on task table</title>
      <link>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2516430#M980355</link>
      <description>&lt;P&gt;snehalkhare,&lt;/P&gt;&lt;P&gt;Have you tried using the elapsed time from the SLA table? I was able to get the time from task created on open INCs. I think it works with the all the items and tasks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 17:27:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/age-field-on-task-table/m-p/2516430#M980355</guid>
      <dc:creator>Carolina Dunlap</dc:creator>
      <dc:date>2023-03-24T17:27:46Z</dc:date>
    </item>
  </channel>
</rss>

