Search found 6 matches

by Prescott
Fri Sep 02, 2022 1:39 pm
Forum: LEGACY scripting
Topic: Member of (Groups in users)
Replies: 4
Views: 5223

Re: Member of (Groups in users)

I recently had a similar question from one of my clients. The case was to select a "reply to" or email signature... shared by the user group: prepress, sales, shop, creative... I think we could use this method to arrange the file in an archive based on the user group. To work around this,...
by Prescott
Fri Sep 02, 2022 1:38 pm
Forum: LEGACY scripting
Topic: Member of (Groups in users)
Replies: 4
Views: 5223

Re: Member of (Groups in users)

freddyp wrote: Wed Aug 31, 2022 8:33 am There is no variable for that.

I would be interested in learning more about what the use case is.
Thank you
by Prescott
Tue Aug 30, 2022 1:21 pm
Forum: LEGACY scripting
Topic: Member of (Groups in users)
Replies: 4
Views: 5223

Member of (Groups in users)

Hello, can I get variable "Member of" from "UserName" or "UserEmail"?
Thank you for help.
by Prescott
Wed Aug 17, 2022 3:03 pm
Forum: LEGACY scripting
Topic: SQL select
Replies: 2
Views: 4547

Re: SQL select

Yess.. thank you very much it is working 8-)

Im working in legacy. I can not use DB connect element because I have a other issue with this: viewtopic.php?p=14106#p14106
by Prescott
Tue Aug 16, 2022 2:56 pm
Forum: Flows
Topic: Database connect and more than one querry.
Replies: 1
Views: 1142

Database connect and more than one querry.

Hello, I need more than one SQL selects in one flow. When I put two database connects consecutively, the second override the metadata from the first. Both sql selects are automatically saved into one "LOG" metadata dataset. So how can I save more SQL results into metadata please? Thanks fo...
by Prescott
Tue Aug 16, 2022 1:36 pm
Forum: LEGACY scripting
Topic: SQL select
Replies: 2
Views: 4547

SQL select

Hello, I´m trying run SQL select in javascript. (in Switch scripter) I can do: 1. connect to database 2. update sql command 3. read log if the sql command was succesfull But I can not get a result from simple "SELECT * from table" sql command ( value from table) :roll: For example this scr...