User bio
404 bio not found
Member since Oct 27, 2016
Posts:
Replies:
The name of the properties you are searching for are camel case, you need to change values used in "if" condition:
set itr = responseData.%GetIterator()
while itr.%GetNext(.key, .value) {
if key = "pureId"{
set pResponse.pureID = value
} elseif key = "portalUrl" {
set pResponse.portalURL = value
}
}
I have been testing this new UI and, like I said in this post, as a developer, changes for us are very difficult, so, I apologize for my complaints, but here they are:
- I think the UI has too much information and elements are too small. Nowadays we have big screens, and there is a lot of space, but having all elements too close makes very difficult to see anything clearly.
- Everything has the same colour, it's difficult to distinguish elements, menus, etc.
- In the current version, when a production or an element is ON, you can see it very easy. But now, at least in my case, I can't see when an element is active, or disabled.
- The right menu, for the settings, having white background and everything together, makes difficult to see where a configuration starts and where it ends. The same with dropdown menus, they are white, and they blurs into the background
I know that a change is needed, and I will adapt myself. But I think that with a few little improvements, this new UI can be a very good tool for all of us 😊
Open Exchange applications:
Certifications & Credly badges:


Global Masters badges:
Laura has no Global Masters badges yet.
Followers:
Following:
Laura has not followed anybody yet.
That property doesn't exists in the class you are using as context. But in the rule editor, General tab, you have a section called Temporary Variables, you can create there, and reference it with @<name> in the rule. In your case, your assing will be:
assing @Namespace = Piece(AlertRequest.SourceConfigName,"|")
Here is the documentation: