SQL Script: Get First Email from Semi-colon delimited string
I had a request to produce a SQl view for a client recently which extracted the first email address from the EmailToAddress field in…
I had a request to produce a SQl view for a client recently which extracted the first email address from the EmailToAddress field in…
Suppose you need to create a new globally unique identifier (GUID). In that case, Power Automate provides guid() function which generates and returns a new GUID…
We might get the below error while trying to register a plugin. Cause – The plugin project was referring the .NET Framework 4.7.2 And…
Hi Everyone, Check this post for Convert JSON object to C# Object. Here is the easy way to convert C# to JSON String without…
Requirement VALIDATION FOR NUMERIC VALUES IN STRING USING X++ & STRKEEP FUNCTION IN Microsoft Dynamics 365 finance & operations. Sample Code The post Validation…