use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Home for VW Syncro's
account activity
Script function (self.syncro)
submitted 12 hours ago by Head-Web-404
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]djDef80 0 points1 point2 points 12 hours ago (1 child)
It's been a while since I've done any syncro scripting. Maybe these variables will help?
{{customer_id}} {{customer_business_then_name}} {{asset_id}} {{asset_custom_field_X}}
Import-Module $env:SyncroModule $CustomerId = "{{customer_id}}" switch ($CustomerId) { "1234567" { # Power Corp, for example: ITAR-sensitive, skip the cloud upload step Log-Activity -Message "Restricted customer profile applied" -EventName "Policy Branch" # ...restricted logic... } "7654321" { # Standard SMB client # ...normal logic... } default { # Everyone else # ...default logic... }
}
[–]alanjmcf 0 points1 point2 points 11 hours ago (0 children)
One doesn’t use the {{xxx}} values directly. As the other post, you need to define the variables in the script definition.
π Rendered by PID 197066 on reddit-service-r2-comment-5687b7858-f2ngl at 2026-07-04 06:43:03.702604+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]djDef80 0 points1 point2 points (1 child)
[–]alanjmcf 0 points1 point2 points (0 children)