go to post Rudi Van Loo · Apr 23 Does anyone know how to specify the Type in the Export method of Security.Applications, I want to export only the client applications (without having to specify all the different applications in the 3 parameter) • classmethod Export(FileName As %String = "ApplicationsExport.xml", ByRef NumExported As %Integer, Applications As %String = "*", Type As %Integer = -1) as %Status This method exports Application records to a file in xml format.Parameters:FileName - Output file nameNumExported (byref) - Returns number of records exportedApplications - Comma separated list of Applications to export, "*" = AllType - Type of applications to export, -1 = allBit 0 = System Application - ReservedBit 1 = CSP ApplicationBit 2 = Privileged routine applicationBit 3 - Client Application