Business rule to set field with Month/Year from date field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:07 AM
I want to use a business rule to get the Month and Date from a Date field, and then populate a string field with those values. Both fields are on the same table (time_card).
Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:36 AM
Once I get the month and year, I want to populate those values into a custom string field on the same table. Example below:
Time card created... "week_starts_on" is 2016-02-21.
Set value of [custom_field] to "Feb 2016".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 10:57 AM
Did you get this working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 10:59 AM
Yes I did...thank you so much!!!!