Question
bitsinglass
bitsinglass
IN
bitsinglass
Posted: Apr 23, 2025
Last activity: Apr 28, 2025
Last activity: 28 Apr 2025 7:49 EDT
How to generate BIX Report should include cases which had status changes in last 24 hours only
Hi
We have case which goes through multiple case statuses, we would like to generate bix report which will include the cases which have changed the status in last 24 hours
is it possible in BIX?
do we need to use history table for this?
what should be filter criteria?
@VivekK16711353
Whenever case status changes, OOTB properties like pxUpdateDateTime or pxCommitDateTime also changes. So, in the BIX extract rule in filters you can use pxCommitDateTime is greater thanlast extraction time.
The job scheduler which runs extract rule can be configured to run once every 24 hours.