Question:
Create your view and make it accessible. Then you can use the following script.
strSQL = “Select A.ID FROM myView A Where A.SalesLogix = ‘” & application.BasicFunctions.CurrentAccountID & “‘”
Question:
Create your view and make it accessible. Then you can use the following script.
strSQL = “Select A.ID FROM myView A Where A.SalesLogix = ‘” & application.BasicFunctions.CurrentAccountID & “‘”