Category: Microsoft
Category Archives: Microsoft
Header sharepoint forms
Hello, I would like to show the reference (‘REF’ column) in the header of my form sharepoint but I can’t do it. This is a column of text.
Could you take a look and help me?
Below is the code used
{
“elmType”: “div”,
“attributes”: {
“class”: “ms-borderColor-themePrimary”
},
“style”: {
“width”: “99%”,
“border-top-width”: “0px”,
“border-bottom-width”: “2px”,
“border-left-width”: “0px”,
“border-right-width”: “0px”,
“border-style”: “solid”,
“margin-bottom”: “16px”
},
“children”: [
{
“elmType”: “div”,
“style”: {
“display”: “flex”,
“box-sizing”: “border-box”,
“align-items”: “center”
},
“children”: [
{
“elmType”: “div”,
“attributes”: {
“iconName”: “RealEstate”,
“class”: “ms-fontSize-su ms-fontWeight-regular ms-fontColor-themePrimary”
},
“style”: {
“flex”: “none”,
“padding”: “0px”,
“padding-left”: “0px”,
“height”: “36px”
}
}
]
},
{
“elmType”: “div”,
“attributes”: {
“class”: “ms-fontColor-neutralSecondary ms-fontWeight-bold ms-fontSize-xl”
},
“style”: {
“box-sizing”: “border-box”,
“width”: “100%”,
“text-align”: “left”,
“padding”: “21px 12px”,
“overflow”: “hidden”
},
“children”: [
{
“elmType”: “div”,
“txtContent”: {
“operator”: “+”,
“operands”: [
“Détail XXXXXXX “,
“[$REF]”
]
},
“style”: {
“height”: “24px”
}
}
]
}
]
}
Hello, I would like to show the reference (‘REF’ column) in the header of my form sharepoint but I can’t do it. This is a column of text.Could you take a look and help me?Below is the code used{“elmType”: “div”,”attributes”: {“class”: “ms-borderColor-themePrimary”},”style”: {“width”: “99%”,”border-top-width”: “0px”,”border-bottom-width”: “2px”,”border-left-width”: “0px”,”border-right-width”: “0px”,”border-style”: “solid”,”margin-bottom”: “16px”},”children”: [{“elmType”: “div”,”style”: {“display”: “flex”,”box-sizing”: “border-box”,”align-items”: “center”},”children”: [{“elmType”: “div”,”attributes”: {“iconName”: “RealEstate”,”class”: “ms-fontSize-su ms-fontWeight-regular ms-fontColor-themePrimary”},”style”: {“flex”: “none”,”padding”: “0px”,”padding-left”: “0px”,”height”: “36px”}}]},{“elmType”: “div”,”attributes”: {“class”: “ms-fontColor-neutralSecondary ms-fontWeight-bold ms-fontSize-xl”},”style”: {“box-sizing”: “border-box”,”width”: “100%”,”text-align”: “left”,”padding”: “21px 12px”,”overflow”: “hidden”},”children”: [{“elmType”: “div”,”txtContent”: {“operator”: “+”,”operands”: [“Détail XXXXXXX “,”[$REF]”] },”style”: {“height”: “24px”}}]}]} Read More
Exel Formula needed – min and max figures
Hi there,
I am trying to understand how I can apply BOTH a “no more than” and “no less than” answer to the same formula in exel.
For example, I know the following formula =MIN(750,E35*0.25%) will ensure the answer is no more than 750 but how do I also ensure in the same formula the answer is no less than zero?
Thanks in advance for your help
James
Hi there, I am trying to understand how I can apply BOTH a “no more than” and “no less than” answer to the same formula in exel.For example, I know the following formula =MIN(750,E35*0.25%) will ensure the answer is no more than 750 but how do I also ensure in the same formula the answer is no less than zero?Thanks in advance for your helpJames Read More
ERP decommissioning
Hello,
We have the problem of decommissioning unmaintained ERPs from the acquisition. We replaced them with the group’s standards. Details :
– IFS version 8.0 on WS 2008
– DB Server 2012 on AWS
Finance asks us to keep them accessible for the next 10 years on isolated servers. Guaranteeing access for the next 10 years to software that no one in IT knows anymore with older technologies seems impossible to me or at least very difficult. Do you have similar issues and if so how do you respond?
Thank you for your return.
Hello,We have the problem of decommissioning unmaintained ERPs from the acquisition. We replaced them with the group’s standards. Details : – IFS version 8.0 on WS 2008- DB Server 2012 on AWSFinance asks us to keep them accessible for the next 10 years on isolated servers. Guaranteeing access for the next 10 years to software that no one in IT knows anymore with older technologies seems impossible to me or at least very difficult. Do you have similar issues and if so how do you respond?Thank you for your return. Read More
Microsoft Build UK Developer Day 2024 – Developer Tools Session
Hey everyone!
Thanks for joining the Developer Tools session today and listening to our session on DevBox, Azure Developer CLI and GitHub Actions. Here you can find all of the resources we shared during our session.
Resources:
Demo repository – serverless-chat-langchainjs
Contact:
Hey everyone!
Thanks for joining the Developer Tools session today and listening to our session on DevBox, Azure Developer CLI and GitHub Actions. Here you can find all of the resources we shared during our session.
Resources:
Learn about AZD
AZD main GitHub repository
Template Library
AI AZD Templates
Demo repository – serverless-chat-langchainjs
Contact:
Read More
What Are Common Causes of QUICKB00KS Unrecoverable Errors And How Can They be Resolved Effectively?
I’m encountering a QUICKB00KS Unrecoverable Error and can’t access my company file. This error appears with a random numeric code, and restarting QUICKB00KS doesn’t help. How can I fix this issue and prevent it from happening again?
I’m encountering a QUICKB00KS Unrecoverable Error and can’t access my company file. This error appears with a random numeric code, and restarting QUICKB00KS doesn’t help. How can I fix this issue and prevent it from happening again? Read More
Change data capture of YPTP_C_C_MAKT is broken
Hi
We have one one CDS view (Change data capture of YPTP_C_C_MAKT) that is failing.
Rest of the CDS views work fine. This view is failing in production while in other environment it works fine.
Error message:
“Job failed due to reason: at Source ‘SapOdpSrc’: Error Message: DF-SAPODP-012 – SapOdp copy activity failure with run id: f6a*****************************e6, error code: 2200 and error message: ErrorCode=SapOdpOperationFailed,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Sap Odp operation ‘OpenOdpRead’ failed. Error Number: ‘341’, error message: ‘Change data capture of YPTP_C_C_MAKT is broken’,Source=Microsoft.DataTransfer.Runtime.SapRfcHelper,’
“
I did try changing the checkpoint, remove the staging folder, removed the target path. But the issue did not get fixed.
Any idea what could be the issue?
HiWe have one one CDS view (Change data capture of YPTP_C_C_MAKT) that is failing. Rest of the CDS views work fine. This view is failing in production while in other environment it works fine.Error message:”Job failed due to reason: at Source ‘SapOdpSrc’: Error Message: DF-SAPODP-012 – SapOdp copy activity failure with run id: f6a*****************************e6, error code: 2200 and error message: ErrorCode=SapOdpOperationFailed,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Sap Odp operation ‘OpenOdpRead’ failed. Error Number: ‘341’, error message: ‘Change data capture of YPTP_C_C_MAKT is broken’,Source=Microsoft.DataTransfer.Runtime.SapRfcHelper,'”I did try changing the checkpoint, remove the staging folder, removed the target path. But the issue did not get fixed.Any idea what could be the issue? Read More
Resource move validation failed | Error Code: ResourceMoveProviderValidationFailed
Hi All,
Trying to move resources from one resource group to another resource group which is linked with Nerdio. Question here is, when I initiated the resource move getting the below error:
(Code: ResourceMoveProviderValidationFailed) One of the resources being migrated or its dependency is not in Succeeded state.
It points to xxxxx/providers/Microsoft.Network/bastionHosts/
Hi All,Trying to move resources from one resource group to another resource group which is linked with Nerdio. Question here is, when I initiated the resource move getting the below error: (Code: ResourceMoveProviderValidationFailed) One of the resources being migrated or its dependency is not in Succeeded state. It points to xxxxx/providers/Microsoft.Network/bastionHosts/either directly involved in the move or referenced by one of the resources involved in the move is not in Succeeded state. Resource is in Failed state and the last operation that updated/is updating the resource is InternalOperation. (Code: ResourceNotProvisioned)”. I can notice it is not allowing any resources to move. Do you have any suggestions please. Thank you ! Read More
SharePoint Online Pending Status –> On Major checkin remains in draft
Hello everyone
We have document libraries which have been functioning well with the built-in functionality that if you check a document into the library with major version “publish” that the document then moves to “pending” status. I have noted that the behaviour has changed across all document libraries, even if i create a new library, that if a document is checked-in as a major version the document is checked in, however it stays at “draft”. In order to publish we need to pick each file individually to “submit for approval”
The library settings, which have not changed, are as below:
Please help share any ideas or advice what may cause this sudden change in behaviour?
Regards
Patrick
Hello everyone We have document libraries which have been functioning well with the built-in functionality that if you check a document into the library with major version “publish” that the document then moves to “pending” status. I have noted that the behaviour has changed across all document libraries, even if i create a new library, that if a document is checked-in as a major version the document is checked in, however it stays at “draft”. In order to publish we need to pick each file individually to “submit for approval” The library settings, which have not changed, are as below: Please help share any ideas or advice what may cause this sudden change in behaviour? Regards Patrick Read More
On Major checkin remains in draft” />
Look for a simple way to convert pdf to image (png/jpg/gif) on Windows PC?
I have a bank statement in PDF format. However, the gov asks me upload a jpg/png/gif copy as well. I don’t know how to convert the pdf to image format in a proper way, especially how to guarantee the quality of converted images. My application could be denied if the image were blurred or not qualified.
Please suggest me a good way to convert pdf to image on a Windows 11 PC? JPG, PNG and GIF are fine for acceptance.
Regards,
Endora
I have a bank statement in PDF format. However, the gov asks me upload a jpg/png/gif copy as well. I don’t know how to convert the pdf to image format in a proper way, especially how to guarantee the quality of converted images. My application could be denied if the image were blurred or not qualified. Please suggest me a good way to convert pdf to image on a Windows 11 PC? JPG, PNG and GIF are fine for acceptance. Regards,Endora Read More
Excel Gant Chart – end date cell highlit not working
Hello Experts!
I’ve downloaded from Excel a Gant timeline template.
I’ve deleted the info I didn’t need to give me a base to work from thinking that wouldn’t affect the functionality of the worksheet.
However now the ‘Actual End’ column G, highlights columns from ‘Actual Start’ Column F, all the way through to column BP instead of only filling in cells up to that ‘Actual End’ date
Please have a look at the uploaded doc which should show what I’m working with
There is obviously some hidden naming conventions or coding or conditional formatting that I’ve missed.
Can someone help me to fix this please
Thanks
April
Hello Experts!I’ve downloaded from Excel a Gant timeline template. I’ve deleted the info I didn’t need to give me a base to work from thinking that wouldn’t affect the functionality of the worksheet.However now the ‘Actual End’ column G, highlights columns from ‘Actual Start’ Column F, all the way through to column BP instead of only filling in cells up to that ‘Actual End’ datePlease have a look at the uploaded doc which should show what I’m working withThere is obviously some hidden naming conventions or coding or conditional formatting that I’ve missed.Can someone help me to fix this pleaseThanksApril Read More
Could not complete the call
Hello
Please i need your help on this issue.
We have one of our user who is not able to make international call.
We have international calling plan license.
Here is the error message: “With your calling license you can only call people within your organization. Talk to your IT admin to change your license”.
Hello Please i need your help on this issue. We have one of our user who is not able to make international call. We have international calling plan license. Here is the error message: “With your calling license you can only call people within your organization. Talk to your IT admin to change your license”. Read More
Teams Meeting Audit Events Available to Purview Audit Standard Customers
Microsoft is deploying additional audit events to tenants with Purview Audit (Standard) licenses. Among the 15 Teams events in the set are Teams meeting audit events to capture details of meetings and participants. Unhappily, some of the data that you’d like to have for meetings, like the subject, are missing. And meeting participant information is available for some classes of user but not for others.
https://office365itpros.com/2024/05/30/teams-meeting-audit-events-standard/
Microsoft is deploying additional audit events to tenants with Purview Audit (Standard) licenses. Among the 15 Teams events in the set are Teams meeting audit events to capture details of meetings and participants. Unhappily, some of the data that you’d like to have for meetings, like the subject, are missing. And meeting participant information is available for some classes of user but not for others.
https://office365itpros.com/2024/05/30/teams-meeting-audit-events-standard/ Read More
Anyone know a shortcut for “Select a Label” sensitivity when creating a new email?
Every time I create a new email in Outlook, I always forget to select the sensitivity from the pull-down menu before hitting Send. When I’m in a hurry, this is annoying (yeah, two extra mouse clicks 20 times/day is also time-consuming..)
Anyone know of a shortcut or keyboard-combination to (pre) select “Internal?” Or better yet, to set the default of sensitivity to always select Internal when I create a new email?
Regards, Jeff
Every time I create a new email in Outlook, I always forget to select the sensitivity from the pull-down menu before hitting Send. When I’m in a hurry, this is annoying (yeah, two extra mouse clicks 20 times/day is also time-consuming..) Anyone know of a shortcut or keyboard-combination to (pre) select “Internal?” Or better yet, to set the default of sensitivity to always select Internal when I create a new email? Regards, Jeff Read More
Sample AdventureWorksDW with stored procedures for populating fact and dims
Hello,
I am looking for sample SQL database that will provide sample scripts that will have tables and stored procedures that will show how populating fact and dims should look like for any type of SCD. I have downloaded few AdventureWorksDW versions but I cannot see any example procedures for populating tables. Could someone point me in the right direction please?
Hello, I am looking for sample SQL database that will provide sample scripts that will have tables and stored procedures that will show how populating fact and dims should look like for any type of SCD. I have downloaded few AdventureWorksDW versions but I cannot see any example procedures for populating tables. Could someone point me in the right direction please? Read More
Columns “glued” in Task Form
Hey!
I have glued the columns in Task Form by shrinking them towards each other and I cannot the get them back. I have tried Reset to Default, but it didn’t work
Hey! I have glued the columns in Task Form by shrinking them towards each other and I cannot the get them back. I have tried Reset to Default, but it didn’t work Read More
What to Do When stuck in QUICKB00KS Display Issues after update?
I’m experiencing display issues with QUICKB00KS, such as distorted or blurry text, missing buttons, or the program not scaling correctly on my screen. How can I troubleshoot and resolve these QUICKB00KS display issues?
I’m experiencing display issues with QUICKB00KS, such as distorted or blurry text, missing buttons, or the program not scaling correctly on my screen. How can I troubleshoot and resolve these QUICKB00KS display issues? Read More
How to Migrate Data with QUICKB00KS Data Conversion Services Online?
Migrating data with QUICKB00KS Data Conversion Services Online involves several key steps to ensure a seamless transition:
Backup Your Data: Always start by creating a backup of your current data.Choose the Right Conversion Service: Ensure you select the appropriate QUICKB00KS Data Conversion Service for your needs.Follow the Guided Process: Use the detailed instructions provided by QUICKB00KS to transfer your data.
If you encounter any issues or have specific questions, the QUICKB00KS support team is available to assist you with personalized guidance.
Migrating data with QUICKB00KS Data Conversion Services Online involves several key steps to ensure a seamless transition:Backup Your Data: Always start by creating a backup of your current data.Choose the Right Conversion Service: Ensure you select the appropriate QUICKB00KS Data Conversion Service for your needs.Follow the Guided Process: Use the detailed instructions provided by QUICKB00KS to transfer your data.If you encounter any issues or have specific questions, the QUICKB00KS support team is available to assist you with personalized guidance. Read More
Why is My PAYR0LL Tax Updates not Working in QUICKB00KS Desktop after latest update?
I’m experiencing issues with the PAYR0LL Tax Updates not working in QUICKB00KS Desktop. Can you provide detailed troubleshooting steps to resolve this problem?
I’m experiencing issues with the PAYR0LL Tax Updates not working in QUICKB00KS Desktop. Can you provide detailed troubleshooting steps to resolve this problem? Read More
Windows 11 Home vs Pro. Which is your choice?
I am using Windows 11 Home. The only feature I miss is the BitLocker encryption. What is your case?
I am using Windows 11 Home. The only feature I miss is the BitLocker encryption. What is your case? Read More