Drupal Views: filtering on a cck field? - drupal-6

Content type Events has intro, body and an "event date" field (using Date module). In the Page View I'd like to filter nodes so that only items with an "event date" in the future appear.
Problem is, when I try to add a filter field, this "event date" does not appear in the list.
Is what I'm trying to do possible? Seems simple enough yet I dont see this field, even after clearing all caches etc.

Select the Date: Date (node) filter type. When you select it, the next screen will prompt for which CCK fields to filter by. That's where you'll need to select the event date field.

I got the answer finally , the perfect one and the right one
for views filter content date
extra one module views_attach that enable your content and profile to add with views and allow more solution for you

filter [+] then
from the group selection , select date
then date [node]
then, u show the list of criteria follow steps
then update and save ...

No this is wrong one
filter - > group -> content -> here field which create in content type cck date , must be shown.....

Related

Clear values from Netsuite Item Custom field

I have created a Custom Field in Netsuite for Item.
Due to some data issue, the value in the custom field is corrupted and i need to again reset all the values to null or empty.
How i can empty the Custom Field value to null through the Netsuite Portal and not through scripts?
Just change the data type on the custom field. You will get a warning saying "Changing this custom field type will delete all data in existing records. Are you sure you want to do this?" Click "OK" and save, then you can change it back to the original data type and carry on as you were.
#Krypton's answer is definitely the fastest, you can also use the Mass Update feature to accomplish this, but you'll need to do each item type individually:
Lists -> Mass Update -> Mass Updates
Expand "General Updates"
Click on Items -> Inventory Item
Leave the "Criteria" blank if you want to clear the field for all records
On the "Mass Update Fields" tab, check the "Apply" box next to the field you want to clear
Do not enter anything in the "Value" column
Click the "Preview" button.
Click the "Perform Update" button
You'll need to do this for each item type (Inventory Item, Non-Inventory Item (for Sale), Kit/Package, etc.)
Another way of doing it is to uncheck the Store Value, save, check Store Value, save.

Set name of all empty field in view

I have a date/time field name DeliveryDate and I have a view that will list all Delivery date. Some of document will have empty delivery date. Below here the example of the view.
Right now, the view show "(Not Categorized)". How can I change it to another name such as "Old Record". Any help will be appreciated. Thanks!
The easiest thing to do is change the formula for that view column to e.g.:
#if(DeliveryDate=“”;”Old Record”;DeliveryDate)
Of course you might prefer to remove those records from the view all together. In that case just add the following to the Select formula for the view:
& !DeliveryDate=“”
Without changing the data? You can't, today. To understand - you want different text instead of "Not Categorized" to represent empty data? And that would be at the view level?

"Status" field on Item Fulfillment Form

There is a field called "status" on the Item Fulfillment if you are using Pick/Pack/Ship feature. The field id is shipstatus and it's values are Picked, Packed, and Shipped.
I cannot find this field on the form to move it's place at all. I have looked under ship status and just status. I have expanded all the subtabs to use ctrl+f to search for it. I cannot find it.
Has anyone else hit this? Am I missing something? How can I move the location of this field?
This field is under the "Classification" tab on the main screen of my Item Fulfillment transactions.
If you want to move the field, you can either create custom record based on the standard Item Fulfillments and move the field to the required ta or you could edit the original form(I believe this is still possible).

Netsuite custom field does not display data in search results

I'm new to Netsuite, so please bear with me. I have created a saved item search that is working fine with one exception; one of the result columns I have chosen is not displaying data in the returned rows. This is a custom field created by our old Netsuite Administrator and it does display data on an item record, just not in search results. I've done some searching and thought I found the problem when I read another post that said that "Global Search" and "Show In List" needed to be checked on the custom field. I did that, but the search results still do not display any data for that column.
The field is a custom item field of the type decimal number. Store value, show in list and global search is checked. The field is applied to inventory items, non-inventory items, kit/package and assembly/bill of materials. What am I missing? TIA
I suspect the field has field level access permissions. Go to the field definition and click the 'Access' tab. The 'Default Level or Searching/Reporting' should be at least 'Run'.
Global Search on a field makes it so if you enter a value in the Global Search bar that matches the field's value for an item then that item will be shown as a possible match. It has nothing to do with your issue. Neither does Show in List.

Sharepoint calculated field's formula for created by

i have a sharepoint list
with 2 users for examole (user A and user B)
i need a calculated field in the list items such that if user "A" created the item the field vaule will be "X" and if user "B" created the item fields value would be "Y"
but i couldnt use [created by] in the furmiula of the calculated field !! why is that ?!! and is there another way to do what i need to do ?!
If using Sharepoint Designer is an option you can create a workflow for that list. Set it to start when a new item is created -or- edited, use a condition of "If Created_By equals ..." and an action of "Set yourfield to yourvalue", then add an Else If branch and repeat. This will always override anything a user enters in "yourfield". Takes about 2 minutes to do all of this.
I believe you can create a text field that has the default value set to [Me] which should then be usable in a calculated field.
For more complicated formulae (i.e. anything with conditional logic), try creating an event handler for the content type (or doc library). This will allow you full control to set the fields to what you desire.
The field can be hidden from the user inside the edit screens.
Make sure use the STSDev from codeplex to setup the solution for deployment.

Resources