Vineeth, please help the community by accepting the answer that helped you. The animation in this article shows you how to do that.
- Log in to post comments
Vineeth, please help the community by accepting the answer that helped you. The animation in this article shows you how to do that.
Maybe use this as your launch URL:
http://localhost:57774/csp/sys/%25CSP.Portal.Home.zen?$NAMESPACE=EXPERT
[@Thembelani Mlalazi] - to add a linked mention of another DC member you need to use this syntax.

I posted the above example as an image so the DC software doesn't transform it.
If unsure, try the Preview button before posting.
As a moderator I have edited your first comment to make the mention work as I think you intended.
Assuming your Ensemble is running on Windows, you can probably use Caché Activate.
Do you really mean MAPI, which is a Microsoft proprietary protocol for interacting with an Exchange server?
Or perhaps you mean IMAP.
What is your $ZVERSION string?
Will the PropertyClass mechanism meet your need?
When you searched the Ensemble doc for "email" did you see this article?
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
You don't have control of this. It's done automatically. More info in this post:
https://community.intersystems.com/post/september-2017-dc-release
Possibly answered in comments. I am posting this as an answer so the question no longer lists as "no answer", and so the OP can mark it as answered if desired (thus removing it from the "unanswered" view).
Another recommendation (for all types of post, not just questions) is to try and make the "teaser" portion of the body useful.
The teaser is the first part of the body, the part that displays under the title on the list of posts that appear on the home page, for example. Sometimes the DC software doesn't make the best job of deciding how much of the body to put into the teaser. For example:

or

You can help by using this button on the editor to insert the "teaser break" into your text:

The "Preview" button next to the "Save" one is a handy way of checking if a teaser break might be needed. Or, go back to your post and edit it afterwards.
Here's my understanding of the feature:
For each DC member who clicks the green "thumb up" at the foot of your post, its rating increases by 1. And for each DC member who clicks the red "thumb down", the post's rating decreases by 1.
I'm going to click the "thumb up" on your question because I think it's a good one. So you should see its rating increase from 0 to 1.
Randall, my understanding is that it wasn't removed. But some of the syntax that was introduced in 2016.1 in connection with it was subsequently dropped, meaning that code of yours which worked in 2016.1 has to be amended for 2016.2 and later. The links above should help.
Another reason to limit your reliance on the webserver that InterSystems ship and install is that it will only receive security patches when you apply a maintenance update to your Cache/Ensemble/HealthShare instance. In comparison, you can (and should) take responsibility for keeping a standalone instance of webserver software (e.g. IIS, Apache) up to date with security fixes.
Any update on when 2017.2 will release? The most recent build we outside ISC have access to is 740, dated 24th August.
I agree with Tyler and Ben.
Interesting observation Ian.
Can anyone at InterSystems confirm that this should (or should not) be necessary to redo after each upgrade?
Thanks Tani. I have now fixed the link in my original post.
Prepare() is for dynamic SQL, but in your case it's a class query you want to run. So change your rs.Prepare call to be an rs.Execute one.
Or use the following as a quick verification:
%SYS>d ##class(%ResultSet).RunQuery("Config.MapGlobals","List","HSEDGEREST","*")
Presumably you've verified that your code for doing that does work as expected when it's processing your instance's own CPF?
Interesting question. What have your attempts shown so far?
See my previous post, with illustrations.
I think there's an easier way.
Use Studio to create a project that contains your INC file.
Save the project.
When exporting the production, use the "Studio Project Files" button and choose your project.
When the project selector dialog closes, the main export dialog shows your INC on the list of what will be exported.

A gentle nudge about this. The font is still wrong:

It's a minor issue, but the fix ought not to be hard.
By setting up a gateway connection and then looking at the journal records I tracked down this global subtree:
%SYS>d ^%G
For help on global specifications DO HELP^%G
Global ^%SYS("sql","ODBCCONNECTION"
^%SYS("sql","ODBCCONNECTION","DATA")=1
^%SYS("sql","ODBCCONNECTION","DATA",1)=$lb("","ENS171 Samples","YJM","_system","HnBuSSuEERERntcVPGsUMQ==",0,0,"","","","",0,"",0,0,1,0,1,0,"",0)
^%SYS("sql","ODBCCONNECTION","INDEX","NameIndex"," YJM",1)=""
Global ^
%SYS>The password (see yellow highlight) isn't stored in plaintext.
Doesn't the answer to your previous question at https://community.intersystems.com/post/convert-timestamp-its-correspon… help you here?
Soufiane, please mark Robert's answer as "accepted".
Maybe also note that your thanks to Robert might have worked better as a "comment" under his answer, rather than being posted as a new answer on your original question.
That makes sense Nicole. Just wanted to check in case your experience of the DC UI in this case was further evidence of the comment vs answer confusion we've seen elsewhere in DC.
Thanks for the info so far Nicole. Just wondering why you posted it as a comment rather than an answer. Maybe because the DC UI is still confusing in this regard?