I recently came across a scenario where a requirement was needed to show specific row values from the dataset of a Fetch XML Based query in the report, specifically showing the first 3 products from the dataset. In the SSRS, we have the “first, last” functions that are built-in, which allows you to obtain the […]
Technical
An Overview and Comparison of Classic and Modern SharePoint User Interfaces
The purpose of SharePoint is to store and share content so that multiple users can simultaneously manage, access, and collaborate on documents, tasks, and related resources in one place. SharePoint supports two user interface (UI) designs — the “classic” experience and the “modern” experience. Understanding the Key Differences Between These Experiences The Classic The classic […]
OneStream – Integration and Attribute Dimensions
Recently a question was posted to OneStream Champions, inquiring on how to configure Attribute Value Dimensions. This blog will provide a tutorial on how this configuration occurs which will be demonstrated with the OneStream GolfStream application. As is customary, log into the GolfStream application. Select and expand “Application” -> “Cube” -> “Cubes“. Select the “Cube” […]
How to Achieve High-Availability for Azure SQL by Using Auto-Failover Group
An auto-failover group is an Azure SQL database feature that replicates one, or a group of databases to the secondary Azure SQL server in a different region. This feature is used to failover all the databases in the failover group in case of disaster and the failover is automatic. High availability is a crucial component […]
The Powerful Link Between Accessibility, SEO, and Google
It’s long known that good accessibility is good for search engine optimization (SEO). However, most people think of this connection as being specific to implementing alt attributes on their images when the truth is far more involved and complex. In fact, a core measure of the quality of a website and its content is how […]
Swagger(OpenAPI specification)
Introduction Swagger/OpenAPI specification are the best for design, document and managing Restful API’s. Since MuleSoft joined the OpenAPI Initiative of the Linux Foundation, MuleSoft’s Anypoint Platform explicitly supports Swagger/OAS for describing APIs. MuleSoft Design Center supports importing an OAS 3.0 specification in JSON or ZIP format from the file system. And we can import an […]
The Importance of PIM in Digital Commerce
Commerce is constantly evolving, and after the unprecedented COVID-19 crisis, B2B manufacturers are looking for ways to differentiate from the competition and reach customers with a unique competitive advantage. Manufacturers have started to look within their own organizations to determine what opportunities are available to enhance the customer experience and successfully drive business, and many […]
Understanding the Benefits of the Azure Virtual Machine Scale Set (VMSS)
The Azure Virtual Machine Scale Set (VMSS) lets you create and manage a group of load-balanced Virtual Machines (VM). The number of VM instances can automatically increase or decrease in response to demand or defined schedules. Scale sets provide high availability to your applications and allow you to centrally manage, configure, and update a large number of VMs. With a VMSS, you can build large-scale services for areas […]
Adopting a Zero Trust Approach to Security – Part 2
Welcome back! Our last blog on adopting a Zero Trust approach to security gave you a high-level overview of the core principles in a Zero Trust security model. In this blog, we’ll start by discussing o the first and most important pillar, identity. Identity is the primary control plane for the Zero Trust model, which […]
Share Content by Implementing the AddThis Social Media Tool to the Znode B2B Ecommerce Platform
In today’s global marketplace, social media is a powerful product-marketing tool. It can direct consumers to a new product or attractive deal, engage them, and build a sense of community. Relatively, social media and online shopping play a significant role in our lives. A comprehensive social media presence also includes direct sales through certain networks, […]
inRiver’s AI Improves Product Content Performance, Supports Digital Shelf, and Drives Sales
Once again inRiver is changing the product information management (PIM) platform landscape! Known for having one of the best user interfaces (UI), inRiver PIM helps product managers and merchandisers to enrich product data so that they can sell more products effectively via multiple channels. What’s New with inRiver? The short answer to this is “a […]
How to Publish and Subscribe Messages to a Queue Using MSMQ
Now that you’ve learned how to install MSMQ technology in your technology stack, you can now set up publishing and subscribing to messages as well. Follow the steps below to set up the code for publishing, which allows the sender application to send the message to the queue. Step 1: Create the Publisher Application. For […]