ContributionsMost RecentMost LikesSolutionsRe: Conversion from string to type integer is not valid HiDanielWillis Your suggestion made things clearer for me and I found a Snippet (the Snippets are great!) so my solution was: Dim filePath As String = path.Combine(extractFolderPath.ToString,fil...Re: Conversion from string to type integer is not valid I'll check it out, thanks! Re: Conversion from string to type integer is not valid HI Nidhi I tried your suggestion (which is much easier to read), but it failed with the same error. This is my modified code: Dim folderPath As String = System.IO.Path.Combine(BRApi.FileSystem.Ge...Conversion from string to type integer is not valid Hello, I'm trying to delete a File Share file but getting the error in the Subject above and I don't know what's causing it - I'm hoping someone can help. This is my code: Dim fileName As Str...SolvedRe: How to get UD1's Property AuditTime I found that the RPTA_SolutionHelper as SQL which retrieves the AuditTime. As you suggested, KarlT, I'll copy this approach. Thank you all for responding! Re: How to get UD1's Property AuditTime HI Teresa, thanks for this suggestion - we do already have the application reports. I have to add this column to an existing custom UD1 report. Sorry, I should have been clearer. How to get UD1's Property AuditTime Hello - I need to get the most recent Property change on our UD1's. I'm assuming I need to get the AuditTime from the AuditMemberProperty table. Would I use this function? If so, how do I find t...How to get UD1 Default Values Hello, I need to extract all the UD1 Default values and am stuck on statements 3 and 4 in the example below. Example using cost center 1100: Dim strUD1Member As String = "1100" 1-Dim UD1Me...SolvedRe: How to get UD1 Default Values Got it! Thanks!! Re: How to get UD1 Default Values Hi ckattokaran How does this work with getting all UD1's and their UDDefaults? I'm not very well versed in the BRApi's. If you don't mind to, could you give me an example? Thanks!