Skip to content

Commit 22d10a9

Browse files
Update retrieving-first-instance-of-change-event-using-conditional_change_event.md
1 parent e45b50f commit 22d10a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

retrieving-first-instance-of-change-event-using-conditional_change_event.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,15 @@ qualify row_number() over (partition by case_number, change_rank_number order by
3737
|:--:|
3838
|first `status_date` by Support Engineer per Case Status change|
3939

40+
41+
# See also
42+
<ul id="recent-articles">
43+
{% for page in site.pages %}
44+
{% if (page.title contains "conditional_true_event" or page.title contains "Conditional True Event" or page.title contains "Conditional Change Event") or page.title contains "conditional_change_event"%}
45+
<li>
46+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
47+
</li>
48+
{% endif %}
49+
{% endfor %}
50+
</ul>
51+

0 commit comments

Comments
 (0)