ContributionsMost RecentMost LikesSolutionsSQL Table Editor Dynamic Drop down Hi Community, I have a question. I'm working with a SQL table editor and need to implement dependent dropdowns. Specifically, based on the value selected in the first column, I want the second colum...Re: Forms Event Handler It’s working for me, Thank You! However, I do have one question: I tried to utilize this for the 'SaveForm' event and noticed that it doesn’t seem to trigger when the form is accessed via Dashboards...Forms Event Handler Hi everyone, I’m looking for some guidance or references regarding the Forms Event Handler. I would really appreciate it if anyone could help with the following: any documentation or examples for...SolvedRe: Attaching file to the Mail Hi, This worked for me. ' Set the Email connection string. Dim emailConnectionName As String = <Connection string> ' Add email addresses Dim toEmail As New List(Of String) toEmail.Add("<Ema...Re: Attaching file to the Mail Hi, Unfortunately No, I was not able to attach the file from Public Folder, instead I went ahead with File Share Folder itself. Re: Task Activity Thank You! This was really helpful! Re: Task Activity Thank You! Task Activity Hi, Out of Curiosity, Is it possible to update Task Activity. SolvedBulk copy to an Oracle database using SIC Is there any way to perform bulk copy of a compressed data table to an Oracle Database using SIC. Re: Fetch Workflow Information inside Transformation Event handler Sure, Thank You Very much!