Nova postagem

Pesquisar

Anúncio
· Fev. 25

InterSystems Ideas News #19

Hi Community!

Welcome to Issue #19 of the InterSystems Ideas newsletter! This edition highlights the latest news from the Ideas Portal, such as:

✓ General statistics
✓ New "DC search" sweepstakes
✓ New ideas to support

   Here are some numbers from January for you. During this month, we had:

  • 8 new ideas
  • 1 implemented idea
  • 8 comments
  • 24 votes

👏 Thanks to everyone who contributed in any way to the Ideas Portal last month.

   After the resounding success of the previous sweepstakes, we've launched a new one dedicated to the DC search. Share your idea(s) on how we can improve our search and get in the running to win a prize! More details are in the announcement.

 To wrap up this bulletin, check out the ideas submitted to the Ideas Portal last month. Maybe you will find something to vote for or even implement!

Idea Author Status
Native JSON Datatype exclusively for JSON Ashok Kumar Future Consideration
Option for Assign append to escape automatically in DTL editor Mark OReilly Needs Review
Add InterSystems wrapper for Supabase Evgeny Shvarov Community Opportunity
Provide list for export Lewis Houlden Needs Review
Load Data on VSCode Yuri Marx Community Opportunity
IRIS Architectural solutions Contest Yuri Marx Needs Review
Introduce Flyway Support in IRIS Evgeny Shvarov Community Opportunity
Add support for SQL Host Variables Robert Cemper Done by Community

✨ Share your ideas, support your favorites with comments and votes, and bring to life the ones you believe matter the most to the Developer Community! 🙏

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Fev. 25 3min de leitura

Importando oum objeto json com uma propriedade de string grande

Para um de nossos clientes, precisei integrar com o endpoint AFAS imageconnector/imageconnector/{imageId}?format={format}.
Esse endpoint retorna uma mensagem JSON com a imagem como uma propriedade de string codificada em base64, além do mimetype da imagem.

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Fev. 25

[Video] Coding InterSystems ObjectScript with Copilot

Hi Community,

Watch this short exercise in writing basic code snippets in InterSystems ObjectScript using Copilot in VSCode and the GPT-4.0 engine. This screencast covers "Hello, World," global manipulation, class creation, and building a simple REST API application.

>> Coding InterSystems ObjectScript with Copilot <<

🗣 Presenter: @Evgeny Shvarov, Senior Manager of Developer and Startup Programs, InterSystems

📌 The related code can be found here: objectscript-copilot-demo.

Feel free to share your thoughts or questions in the comments to this post. Enjoy! 

Discussão (0)2
Entre ou crie uma conta para continuar
Pergunta
· Fev. 25

Is the argument to $$$TRACE() always computed, or only when tracing is on?

We have some ObjectScript code in a custom business process:

When Log Trace Events is ticked on the business process in the Production view in the management portal, the argument is obviously computed.

Our question is whether the argument is computed when Log Trace Events is not ticked? Don't want to accidentally include something in a $$$TRACE() statement that takes enough computation to make a performance difference when released to production, even though the final output is not written to the event log.

A more general question is whether its possible to check the Log Trace Events status from ObjectScript, so you could do something like:

(Which is presumably what the $$$TRACE macro is doing under the surface...)

3 Comments
Discussão (3)3
Entre ou crie uma conta para continuar
Pergunta
· Fev. 25

Management portal not working

Hi,

Just installed IRIS on the top of ensemble 2018  as  conversion and I can access Studio & terminal with no issues but management portal is giving  page not found error 404 ?

 

Thanks 

3 Comments
Discussão (3)1
Entre ou crie uma conta para continuar