Questions tagged [omnis-studio-10]

6 questions
2
votes
1 answer

What version of node.js is embedded with Omnis Studio 10.2 31315

The Omnis docs state "node.js is embedded into Omnis Studio". I understand I can check node.js version in terminal node -v, however this is the version on my machine itself. How do I determine what version of node.js is bundled within Omnis Studio?
Andrew
  • 55
  • 4
2
votes
1 answer

Is there a way for Omnis Studio to only look into a specific folder when calling FileOps?

Is there anyway to prevent a user in Omnis Studio from navigating around in various directory's on a machine? for example. I want the end user to import a delimited file. I would do something…
Andrew
  • 55
  • 4
1
vote
1 answer

Is it possible to transfer VCS settings in Omnis Studio from one version to another?

Is there an easy way to transfer the VCS login session/settings from one version of Omnis to another? Where is the VCS connection information stored in an Omnis Studio Developer installation?
Andrew
  • 55
  • 4
0
votes
0 answers

Setting up Omnis Studio to extract data from a .DF1 file

My clients have been using Master Repair 8000 for the past decade to keep track of their invoicing and all of their data has been saved to a .DF1 file. They have requested to transfer all of the data from the Master Repair 8000 program to a MySQL…
Theodore
  • 11
  • 2
0
votes
0 answers

Vlocity Document Template (Omnistudio) Showing text with % %

I need to pull in text into the vlocity document template from a field in an salesforce object that looks - SBP 100%/70% with Comprehensive Rx Copay however, the text with the % % symbols are not showing and the output on the template is like this -…
0
votes
2 answers

Validate and clean up JSON in Omnis Studio?

A correct JSON is [{ "user_id": 1, "user_name": "John Doe I" }, { "user_id": 2, "user_name": "Jane Doe III" }] But if it contains some illegal characters it will not validate. Like this with a CR after…
sibert
  • 1,968
  • 8
  • 33
  • 57