Date time stamp Outlook calendar entry automatically? - outlook

I use Outlook 2007 calendar to schedule appointments. Is there a way to automatically date time stamp each appointment card as it is created? I want to know what time I created an appointment without having to manually enter it time.

This took forever for me to figure out. While Zoredache has an answer that will work, here's another way. For Outlook 2007:
Open Outlook
Click on "Calendar" in the left side menu
At the top of the screen, Click on "View"
Move pointer to "Current View"
Click on either "All Appointments" or "Active Appointments"
a. Your appointments should now change from Calendar View and be displayed in as a list.
b. Your items will be sorted by either "Subject, Location, Start, End," etc.
Right click on the bar that displays "Subject, Location, Start, End," etc.
Click on "Customize Current View..."
A new window will open. Click on "Fields"
Under "Available fields:" click on "Created"
Then click "Add->"
Then click "Ok"
Clik "OK" again.
And you're finished! Now sort the items as you want, find the item in question, and you'll find the date created under the Created field.
GOOD LUCK!

The already is a property on an Outlook Appointment item named Created that will have the timestamp from when the item is created. I don't have Outlook 2007 in front of me so I cannot tell you how to easily view that property.
In Outlook 2003 if you are looking at the folder view of a calendar and you choose the 'Events' view you can right click on the column headings, select the Field Chooser and then Add the Created column.
You should be able to create a custom Form using the form-designer and add the Created field somewhere on a Form based on the Appointment Item form.

Open the appointment
Click the round button (file) top left corner
Click Properties
Last modified will give you the date and time of entry

Related

How do I edit a form in ServiceNow

I've been given an exercise. Add a field to the Tasks table and make sure it is visible on the incident form as a drop down list. So I've added a column to the table. But how do I then get that drop down list on to the incidents form?
Load up an incident record and then right click on the header of the form. Then go to configure and then click form layout. You can also use the form designer. In either situation, just drag the field from the left to the right. In the form designer it's a little bit easier to choose exactly where you want the field to show up.
Pro tip: you can easily get to the incident form by typing "incident.form" into the application navigator filler bar on the left and pressing enter.
If you want to learn more about ServiceNow, I humbly welcome you to check out my best-selling book: "Learning ServiceNow" at http://lsn.sngeek.com/

Add record with ID, selecting NAME from another table

Can anyone, please, help me with Libreoffice Base form creation?
I have the following tables:
And I'm trying to add a form to enter new RESOURCES record with the following fields: [RESOURCE_NAME], [CURRENCY_NAME] and [AMOUNT]. But after 10+ tries I have not succeeded. I have tried adding it via wizard, selecting RESOURCES as main form and CURRENCIES as subform and vice versa. I have tried VIEWS and forms based on them. These tries only gave to me or no possibility to enter new record, either creation of the new CURRENCY.
I don't need to create new currency via this form, I only want to enter new Resource (only enter once, not to modify, not to delete). Since I don't want to remember all the ID's I want to select currency name via DropDown list.
Can anyone provide instructions about how to do it, please?
Thanks.
You do not need a subform for this - just create your form document with RESOURCES as the main form (only form).
You will need a listbox to enter the currency item. A listbox has two fields, a display field and a field that is saved in the table. You will set it up to display CURRENCY_NAME and store CURRENCY_ID.
When you create a listbox, the wizard that pops up may get you what you want. If the wizard falls short:
Make sure the form document is open in design mode: on the "Form Controls" toolbar, the leftmost/topmost icon of a pencil with a triangle should be depressed. If this icon is grayed out, close your document, right-click on its name and choose "Edit".
Right-click on the listbox and choose "Control"; this will open the properties window
On the tab "Data" change the "Type of list contents" to "Sql"
In the field "List content" enter SELECT "CURRENCY_NAME", "CURRENCY_ID" FROM "CURRENCIES" ORDER BY "CURRENCY_NAME"
The Bound Field should default to 1. If it isn't 1, change it to 1.
Close the properties window and save your form. It should work as you want now.
If you want a listbox inside a tablegrid: after you create the table, with the form in edit mode, right-click on the column name you want to change and choose "Replace with" and then "listbox".
Edited to include comment by OP about bound field needing to be 1

CRM - 2015 - CheckBoxes

IS this possible to have check boxes in crm 2015 page (not through web resource) , I tried to implement couples of solution with js but did not work out. Any comments would be useful.
You can add checkboxes by creating fields of type two options. Then, add them to an entity form and in the field properties window, change the format to "checkbox".
Check this out: https://www.microsoft.com/en-US/dynamics/crm-customer-center/create-or-edit-entity-fields.aspx
Possible data types for a field
Two options
After creating this field, configure it in the form to which it was added. In the form, select whether the field is displayed as option buttons (also known as radio buttons), a check box, or a list.
Cheers.
In the Dynamics CRM entity form editor:
Click New Field button on the extreme down-right corner
Provide Name to the field
Set data type as Two options
Save the record
Drag this newly added field into the form from the right side field list
Click Change Properties in the menu bar
In the pop-up click the Formatting tab
Select Two radio buttons / Check box / List in the Control formatting section
Click OK

Kendo grid column/filter menu disappears after using datepicker

In my Kendo grid I have a data set that includes a date. The date is filterable and includes the built-in date picker.
When you click the date picker and subsequently pick at date from the calendar pop-up, the cursor is inevitably below the original column pop-up menu that shows the date-picker icon and input field.
Therefore, the pop-up disappears before you can submit the filter query and requires you to go back into the column menu, select filter, where you will see the date that was previously chosen.
Then you can press submit and it will filter on the date.
This behavior is quite annoying and I was wondering how I could keep the original column menu pop-up displayed so the user can then click submit. As it stands, the only way to do this is to very quickly move the mouse back up into the original pop-up after clicking on a date!
I am having the exact same issue. All standard settings as OP mentioned.
Edit: **** SOLUTION ****
kendogrid filter menu closing on mouseleave

Control Click implementation on a FullCalendar

How to implement a control click on a full calendar month view.
I am on a month view and I wish to allow control select on these days rather than continuous select which is currently implemented.
Is this method correct.
In the day click event,after mouse down add the keypress event and track the event? #fullcalendar.js
Track this control click separately,and identify the days clicked.
My idea is to press control and select the days user wants to select than the consecutive select which is in Fullcalendar
Help.

Resources