ContributionsMost RecentMost LikesSolutionsRe: Solution to Update Task Scheduler Start Times to Account for Daylight Savings I was able to work with Jack to attach the latest solution in my original post, but here is the new code block that handles the daylights savings logic if anyone would like to review. Public Su...Re: Solution to Update Task Scheduler Start Times to Account for Daylight Savings I don't believe IIS is the answer. That resets daily anyway. I think what is needed is to change the "Start Date" (not the time) in the task scheduler item so that it retains the correct time in the ...Solution to Update Task Scheduler Start Times to Account for Daylight Savings Hi, This time of year we have the common maintenance point regarding needing to update task scheduler start times to account for daylight savings. It is expected for the platform to not automatica...Re: Solution to Update Task Scheduler Start Times to Account for Daylight Savings Hi Denise, thank you for testing. I would not execute this in PROD then. We will look into this and see if there is a better solution to retain the correct calendar view and have the task execute at ...Re: Solution to Update Task Scheduler Start Times to Account for Daylight Savings Hi Denise, I'm not 100% sure to be honest. I would suggest to test the solution in a DEV application first to confirm. Are you able to try running the solution to alter task scheduler times in DEV? Re: FDX Prior Quarter Something like this should work. Just be sure to swap out the BRApis for APIs if in a finance rule or member formula. Dim currentTimeId As Integer = BRApi.Finance.Time.GetIdFromName(si, "2024M9")...UD8 Dynamic Calc - Retrieve Data From Another Application Hello, I wanted to post this here since this came up at the Wave Conference in Vegas last week. Below is a snippet you can leverage to pull data from another application via a UD8 dynamic calc. Th...Re: Use case for function CreateSessionInfoForAnotherApp As Christian mentioned, you can use this to execute a BRApi against other applications that exist within the same environment by retrieving another application's session info. A powerful use case I'v...Re: How do I delete redundant files from system/file explorer/file share as DELETE Option is Grey ? Give the MarketPlace solution "File Explorer Manager" a try. It's a recent solution that mirrors the platform file explorer and adds some ease of use functionality such as multiselecting files for do...Re: Confirmation rule - display Information Hi, the custom fields can be exposed via theConfirmEntityInstanceInfo object in a dashboard dataset rule. This information also naturally lives in the application database table called ConfirmRuleIn...