peoplesoft : making search button(magnifying glass) 'required' - peoplesoft

How to make the search button(magnifying glass symbol) on a page to 'Required' in PeopleSoft? Clicking upon the magnifying glass takes me to subpage where the inputs given in subpage is directed to a field in standard page.
Any ideas would be appreciated.

You want to make a prompt field required? you do it just like you make other fields required: in the record field properties on the 'Edits' tab you tick the 'Required' checkbox

Related

Bootstrap-table 508 tab compliance

I am using bootstrap-table extensively and my application needs to be 508 compliant.
The search text field is displayed to the left of the button toolbar but in the html it is rendered afterwards.
This causes the search field to be skipped over when tabbing and it first cycles through all the buttons in the toolbar and then jumps back to the search field.
Is there an easy way to either make the search field display to the right of the toolbar or render the search field first so it tab's first?
Thanks for the help.

#autocomplete_path trigger on focus in Drupal 7

I want to show some autocomplete option on focus, at the moment '#autocomplete_path' only works when a user types something in the text field.
How can we show some default suggestion moment user click inside the text field?
As I tried a lot using Drupal form API, not able to achieve. Now using JQuery/AJAX and showing dynamic option list onclick.

Want custom field should be mailed to client in gravity form plugin

I am using gravity form plugin in worpress and i want some of the field should not be sent to client that field should only be displayed in admin panel.
You can change the notification email from Forms->Settings->Notifications. If you haven't created a custom notification there should default notification at least.
At the bottom of the notification editor you can see "Message" field which is a wysiwyg-editor. By default it has {all_fields} variable in it which prints every field from your form. You can choose individual fields from a little button on the right side of the editor which looks like a grey square with a dark triangle on it. Delete {all_fields} from the editor and choose the ones you like from a dropdown list which opens when you click the button.

Rearrange child subtab in Netsuite

I have a requirement to have two custom record types under parent subtab arrange in order. I used parent-child relationship but the arrangement of the child subtab is something I couldnt customize. 'test one' and 'test two' are my custom record types, and Parent is item fulfillment record.
I want 'test one' to come first and then 'test two'.
I tried adding a new Subtab via customization under translation and this order customization is not available in netsuite. Am i missing anything?
Please help.
Edit the record
Click "customize" then "customize form" in the top right of the form
Navigate to "Lists" then select "Communication"
You can drag and drop your prefered order from this screen
Name then save the custom entry form
You can then manually select this form for the record or set it as the default form
If a field is visible on the form, then it appears somewhere in the Custom Entry Form screen. Which tab it's on depends on the type of field. It could be under Lists, or Fields, or elsewhere. Look for it.
When you find it, use the Field Group dropdown to move the field between the main view and sub tabs, and drag/drop the field to change its top-down display order. The drag handle looks like ⋮⋮.

Drupal search only titles

Is there a way for the Drupal search to only search article Titles and Tags.. not the content of the article? Possibly with the Views Module?
I am using Drupal 7. I do have Views installed and Views Search does not work on Drupal 7.
Create a View to search using Title of the Content (page,story,blog,article,book)
Step 1 : Click on Administer
Step 2 : Click on views
Step 3 : Click on Add
Step 4 : Fill in details for 'View name:' , 'View type: ' select 'Node' and hit 'Next' button.
Step 5 : Select 'Page' from dropdown on first column and click on 'Add display' button.
Step 6 : Under 'Basic settings' you can Select Name click 'page' and see below change the name from 'page' to say 'Search_Content' and push the 'update' button.
Step 7 : Under 'Page settings' you can Select Path click 'None' and see below change the name from 'Path' to say 'search_content' and push the 'update' button.
Step 8 : Under 'Page settings' you can Select Menu click 'No menu' and see below select 'Normal menu entry' give 'Title:' for text-field say 'Search' and select a Menu Link: 'Primary links' and push the 'update' button.
Step 9 : Now click the '+' link near 'Fields' column.
Step 10 : Now select 'Node' under 'Groups:' and select 'Node : Title' and click 'Add' button.
Step 11 : You can remove the text from 'Label:' Text-field and make the Text-field blank.
Step 12 : Click the 'Save' button below. Note all these changes are 'temporary' till when you dont press the 'Save' button below.
Step 13 : You will see a new menu link would be created click on it and check the list of
Step 14 : Edit the Search_Content
Step 15 : Now click the '+' link near 'Filters' column.
Step 16: Now select 'Node' under 'Groups:' and select 'Node: Title' and click 'Add' button.
Step 17: Now You will see 'Expose' button and push the 'update' button.
Step 18: Click the 'Save' button below. Note all these changes are 'temprory' till when you dont press the 'Save' button below.
Step 19: Click on same button with menu links the list of Content titles will be listed with Search bar.
That should be a good start.....ref
There's no way using the views UI to search for both using the same textfield. You have to code for that.
The best result you can take with just the UI consists of exposing two different filters, one for the title and one for the tag. I suggest an autocomplete filter for both, this will give the user good flexibility.
Edit:
With the UI: you have to edit the view, add a new filter, choose "title" and then expose it. Then you have to repeat the same for tags.
With the code you have to look at the documentation as it's not trivial to write it here in a few lines of code and it's strictly related to what you're likely gonna do.

Resources