Skip to main content

Filter by idea status

10000+ Ideas

Option to Field Format a date field as Date/Time on the Header within a Layout TemplateNew

Description - We would like the option to format a date field to show Date and Time on the Header within a Layout Template Why is this feature important to you - Working in an agency environment, our tasks are due in hours not days. Our users work out of their Work List to see work items assigned to them. They use the time due to help prioritize their tasks. We have added the Planned Completion Date to the Task header page to show at the top of the Task page and the Task Summary Panel on the Home page, but it only shows the Date due not the time due. When assignees click on the Planned Completion Date field in the Header to view the time due in the Calendar popup window, it changes the task constraint to MUST FINISH ON (even if they just view the calendar popup and don't modify the date or time). How would you like the feature to work - I would like to be able to Field Format a date field to show Date and Time not just Date in the Header within a Layout Template. I would like the functionality to be the same as in Reports where under Advanced Options you can select Field Format. Current Behaviour - When adding Planned Completion Date to the Header in a layout template it only shows the Date. If an assignee who has task editing access clicks on the Planned Completion Date field in the Header, even to just view the time from the calendar popup window, it changes the task constraint to MUST FINISH ON and breaks the waterfall timeline. 

Adobe Target: Why DOCTYPE is required on the webpageDeclined

Missing DOCTYPE declaration on a webpage often disables the Adobe Target library, without which the personalization is not possible on your site pages.Target library at.js requires the HTML5 doctype. The syntax is: <!DOCTYPE html>.HTML DOCTYPE must be the very first thing in your HTML document before the HTML tags. It acts as an instruction to the web browser about the version of the markup language in which the page is written.Initially, the Doctype declaration was used in HTML when it was defined as a language based on SGML and later XML. Since the presence of that declaration was in general a signal that the document author followed the standard practices and then this declaration was used in HTML5 to distinguish between standards-complaint parsing mode and a so-called quirk parsing mode.The HTML5 doctype ensures that the page loads in standard mode. Some JavaScript APIs gets disabled when a site page loads in quirks mode. Target library also depends on some JS APIs which gets disabled with quirks mode.           Whether the document is parsed in standard mode or quirks mode, or simply parsing the same way across HTML5 processors, the doctype is a critical component of a quality HTML document.In the past, the declaration was passive – ignored by the browser until you’d validate the document where the validator would use the DOCTYPE declaration to compare your document with the declared Document Type Definition (DTD). But with the technology known as DOCTYPE switching has made using the correct DOCTYPE declaration not only important, but imperative. On finding a correct DOCTYPE in the document, browsers allow page to render in standard mode.The idea here is to -understand how important is DOCTYPE Declaration on a webpage,what makes up a correct declaration, andmost importantly, including the correct DOCTYPE declaration in a page is required to enable Target libraries effectively.Hope this helps!Thanks,Khushboo Kalia

Adobe Target: Why DOCTYPE is required on the webpageDeclined

Missing DOCTYPE declaration on a webpage often disables the Adobe Target library, without which the personalization is not possible on your site pages.Target library at.js requires the HTML5 doctype. The syntax is: <!DOCTYPE html>.HTML DOCTYPE must be the very first thing in your HTML document before the HTML tags. It acts as an instruction to the web browser about the version of the markup language in which the page is written.Initially, the Doctype declaration was used in HTML when it was defined as a language based on SGML and later XML. Since the presence of that declaration was, in general, a signal that the document author followed the standard practices and then this declaration was used in HTML5 to distinguish between standards-compliant parsing mode and a so-called quirk parsing mode.The HTML5 doctype ensures that the page loads in standard mode. Some JavaScript APIs gets disabled when a site page loads in quirks mode. Target library also depends on some JS APIs which gets disabled with quirks mode.           Whether the document is parsed in standard mode or quirks mode, or simply parsing the same way across HTML5 processors, the doctype is a critical component of a quality HTML document.In the past, the declaration was passive – ignored by the browser until you’d validate the document where the validator would use the DOCTYPE declaration to compare your document with the declared Document Type Definition (DTD). But with the technology known as DOCTYPE switching has made using the correct DOCTYPE declaration not only important, but imperative. On finding a correct DOCTYPE in the document, browsers allow page to render in standard mode.The idea here is to -understand how important is DOCTYPE Declaration on a webpage,what makes up a correct declaration, andmost importantly, including the correct DOCTYPE declaration in a page is required to enable Target libraries effectively.