Event in calendar list in sp2013 is showing one day off the date entered after creation of event. This text in blue (attachment) is calculated colenter image description hereumn "=[Leader Level]&"-"&[Investigator Location]&"-"&TEXT([Start Date],"mm/dd/yyyy")" but it is not taking start date as entered instead it is showing one day off that day.
check your user profile settings. Right above the screen, click your name, about me. You can define your locale there which is used throughout the web application.
Check if your time and date settings are correct under 'Language and region'. Specify 'always use my personal settings'. If it helps, then your locale is wrong within the site settings.
Hope this helps
Related
We have recently set up a new org in Microsoft 365. The issue we're having is all of our users/apps are defaulting to "US" formats - mm/dd/yy, Letter page sizes, etc. Our "Country" is set to "Australia" on the main Org Information panel in the admin center.
Does anyone know how to force all of the formats to adhere to the org country?
Note: Some defaults can be fixed manually in a specific app, but some cant be (e.g. Planner date format stays mm/dd/yy)
As it turns out, it's not possible. All of the defaults are set to US and users need to manually change each app/platform to their country's defaults.
I am making a nice dashboard. I have Geo-map with projects. When a user clicks on a particular project it will take the user to a detailed page about the project. I want to give this page (sheet) a dynamic title.
For example: The user clicks on the GEO map on the project in Aalst, he will be redirected to the detail page with a tittle "Costs and revenues for Project in Aalst".
Pictures of my dashboard:
enter image description here
enter image description here
I was working with VA 7.1 and there wasn't any way to parameterized text fields in VA reports. I've heard SAS wants to add this function in future release and at this moment you have to find a different way to put dynamic label on the report.
For example you can put a flat table with combination of every posible title you need. Then change style parameters for this table. You can turn off borders and column headers, change table background color, text font size and color, so you can make it looks like as a title field. Then you define filter connection between GEO map and this table, so when you click on the GEO map it will filter single record with correct title.
I'm using infopath 2013 form with nintex 2013 workflow.
My current requirement is one form is requested by requester. The same form will expired at 11.59 pm on same day requested(form at any status).
methods I try
1. get remaining minutes from form requested date time. and configure the
renaming minutes in Pause for using parallel action field in workflow but it pause the entire workflow
how to get current time in for loop or anything at 11.59pm i need to end the workflow automatically.
plz suggest any solution
Try to create a "Date and time" variable in your workflow. Then, configure an action "Set a variable" like this:
First dropdown box => your variable
Second dropdown box (Equals to) => Workflow Context
Third dropdown box => Current Time
Finally, you'll can use this variable in your loop.
I hope it helps! :)
I've added a dropdown field to a customer's ticket in OTRS called Branch. It allows users to select their branch, identified by a number and a name. For example, my branch is 901 - Support Group. When I display this field in the ticket zoom view on the Agent side, it gets truncated to 901 - Support[...]. I can see the entire value of the field as a hover text when I hold my mouse over it, but I was hoping there would be a setting to expand the length of the field or to tell OTRS to display it as multiline text. Is there a configuration option in OTRS to change the display length, or does anyone know where I would need to modify the code to change the length myself?
With some help from crythias over at the OtterHub forums, I was able to find the right setting.
Navigate to the SysConfig
Filter by the Ticket config group (dropdown on left)
Locate and select Frontend::Agent
Locate Ticket::Frontend::DynamicFieldsZoomMaxSizeSidebar
By default this is set to 18 characters. I reset it to 140 (Twitter rules), and it automatically wrapped the text for me.
1st I want to remove text field for date so the calendar will replace it.
2nd I want to make the status order.. I want to sell the service, so I need to make booking order by calendar. If the date is green client can make an order. If red the client can't book an order. If yellow there certain items can be ordered.
I hope someone can help..
Thanks.
You have to try something at least and ask only for advice then.
Anyway, few suggestions:
it cannot be done using that option field of type date, at least not with the default datepicker.
You will need to create Your own datepicker component that will search for free/partialy/fully ordered days in the database and color the table cells accordingly.
It is not very wise to hide the input - by this visible user could anytime check what date did he pick - if it is not visible he would need to always open the datepicker to check for it...
Disallowing to order some service based on some reservations is highly decreasing Your conversion rate - thus decreasing Your income. I would definitely go the way let the user buy/order anything at anytime while having separate reservation system. If user buys a service at thank You page I would recommend him to book a concrete date for the service to be drawn. Here You do not need to fight with product options which are meant totally for something different that You are trying to.
Keep that in mind (mainly the 4th point) and re-think Your problem.