Questions tagged [clarity]

Clarity can refer to three products: CA Clarity™ PPM is a Project and Portfolio Management tool. VMware's Clarity is an extensible product-based framework for building clean, crisp, and modern web apps. Blockstack's Clarity is a Smart Contract language used to run contracts on the Stacks 2.0 blockchain.

CA Clarity™ PPM helps to Connect Strategy to Execution

  • Strategic agility– Portfolio Management gives you dynamic 'what if' and change impact analysis.
  • Improved forecasting– Financial management and budgeting keeps forecasts in line with actuals.
  • Staff utilization– Resource management ensures you have the skills and people to meet increased demand.
  • Better data– Mobile time-tracking improves the quality and accuracy of time-entry and approvals.
  • Greater insights– Role-based views and reporting makes it easier to communicate with stakeholder teams.
  • Highly configurable– Works the way you work, with flexible methodologies and Certified Stage-Gate™ processes, plus PMBOK®, PRINCE2® and support for Agile Scrum and Kanban.
  • A world class user experience— The most robust, comprehensive PPM tool available. Our customers find it intuitive, easy to use and easy to like.

source ( http://www.ca.com/us/products/detail/ca-clarity-ppm.aspx )

VMware Clarity Design System

Clarity is VMware’s extensible product-based framework for building clean, crisp, and modern apps. Clarity provides designers and developers with a library of patterns, components, and robust tools, making it easy to rapidly prototype and build beautiful and functional apps in HTML, CSS, and Angular.

source (https://vmware.github.io/clarity/)

Stacks Clarity Language

Clarity is a programming language for writing smart contracts on the Stacks 2.0 blockchain. It supports programmatic control over digital assets.

Clarity differs from most other smart contract languages in two essential ways:

  • The language is interpreted and broadcasted on the blockchain as is (not compiled)
  • The language is decidable (not Turing complete)

source (https://docs.stacks.co/write-smart-contracts/overview)

135 questions
1
vote
1 answer

Export Project List from Clarity PPM To Excel

Would anyone know how to get list of project from Clarity PPM to excel using the SOAP Interfaces (XOG PPM) and VBA (Excel) ? I have been able to use the interface to log successfully but cannot go further...XML documentation is not clear enough for…
1
vote
1 answer

CA Clarity and TFS integration

Has anybody was able to integrate CA Clarity PPM with Team foundation Server. I need the ability to add work item from Clarity while TFS report item status to Clarity. for long story short I am looking for a bidrictional integration tool between…
Erez H
  • 88
  • 1
  • 13
1
vote
1 answer

Disable Rally user if deactivated in Clarity

I am trying to automate the disabling a ‘Rally user id’ when he/she is deactivated in Clarity. What is the best way to do this? I have thought of couple of options. Which is good and is there any other better option to do this? Thanks 1) Run a…
1
vote
4 answers

how to store a list of items in Gel Script

I would like to create a process in Clarity 13.1 which sends an email to all managers belonging to different OBS units in IT Department containing the list of resources who did not complete their timesheet + the related time periods. (I did not copy…
mOna
  • 2,341
  • 9
  • 36
  • 60
1
vote
2 answers

In what situations is using operator cast more useful than confusing?

In C++, the use of operator cast can lead to confusion to readers of your code due to it not being obvious that a function call is being invoked. That being said, I've seen its use being discouraged. However, under what circumstances would using…
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
0
votes
0 answers

Can I make an action before delete an entity that already selected in clarity combobox?

I am using clarity combobx with my Angular app in a form, I am searching for an entity and selecting it, but in some cases, I delete this entity from the combobx but it maybe could be related to other fields, so I want to show a pop up that shows a…
Hasan Bilal
  • 143
  • 2
  • 7
0
votes
0 answers

VMware Clarity Wizard: How to make all pages active or clickable

I have a use case where we are opening the Wizard for editing the information which means the user has already saved the information and now he wants to edit or view it. my wizard has 4 pages and I do not want users to go to the pages one by one by…
Programming-Lover
  • 1,177
  • 10
  • 14
0
votes
0 answers

Has there been a recent update with Microsoft Clarity identifiers?

When I wrote this code, it was working, and I could see a custom identifier on Microsoft Clarity with the preferred username of the user. However, now I only get a random alphanumeric string rather than the username. Perhaps there has been a new…
Sam
  • 19
  • 2
0
votes
0 answers

Microsoft’s Clarity breaks down CSS and does not upload background images

Microsoft’s Clarity breaks down CSS and does not upload background images to Heatmaps. How do I fix this so that the sessions look normal? example 1 example 2 I reviewed the website through Google Page Speed and GTMetrix. These services see the…
0
votes
0 answers

Pointer Stuck at the Edge of Iframe Image in Clarity-Devtool

Dear Microsoft Clarity Team, I hope this message finds you well. I have been testing the Clarity-Devtool and I noticed an issue while using it. When I move my pointer over an iframe image, the pointer gets stuck at the edge of the image and does not…
Enzima
  • 1
  • 1
0
votes
0 answers

Page is automatically vertically scrolled when using angular 13 clarity 13 version

In our project we are having a dropdown. I am using clarity dropdown. On opening clarity dropdown menu I can see page is getting automatically scrolled vertically. This is not happening in case of angular 9 and clarity 3.x. Can you suggest me any…
0
votes
0 answers

How fire an event when a "clr-tree-node" finish loading the children of a selected node?

How fire an event when a "clr-tree-node" finish loading the children of a selected node? Hi all. Do you know if possible to fire an event when a "clr-tree-node" finish loading the children of a selected node? I need to fire the click event of a…
0
votes
0 answers

How to display changed values in row

I have selected the row value from datagrid and using selection I'm showing the Edit button. When I click edit, the selected row details will display in the modal. In Edit userModa;, I want to modify the user value and show it in the datagrid. This…
xiaqoi
  • 3
  • 2
0
votes
1 answer

How to get data from the selected row in clarity datagrid and display it in modal

I'm trying to get data from the selected row from clarity Datagrid and display that particular selected row detail through the modal to edit the data. I can select the row using clrDgSingleSelected and when I select the row, the edit button will be…
xiaqoi
  • 3
  • 2
0
votes
1 answer

Is there a way to externally listen to (contract-call? ...) calls on a contract?

I have two Clarity contracts (lets call them A and B), and an application that listens to function calls on A, using the @stacks API client. This works fine for when I manually call any function on A (using scripts or the Sandbox, initiating a…
1 2 3
8 9