Creating Filter Fields on Form Netsuite - filter

I am trying to create filters using existing custom fields for a custom form on netsuite. For instance if I have an entity field called start date, I want to be able to filter the sublist on the form using this field as a filter. Is this possible ?
I'm still new to netsuite so please let me know if it is applicable without scripting or it needs a script.

You can create a filter on a particular custom form using a SuiteScript. I don't think it can be done without using a script since there is no out of the box feature as such that I can think of. Also, please explain what do want to do with this filter. For eg. using the start date what data would you want to pull

Related

Tableau action filter not working issue

As per my experience - In tableau for action filter to work the fields should meet two criteria.
1. Field should be a dimension.
2. Field has to be from same data sources. Blending and action filter dont work together.
Am I correct in saying that?
Yes, you are correct that is generally the rule of thumb. But, there are a couple of workarounds, however.
Method 1: Create a custom parameter and use it in a calculated field
Method 2: Create a control view for the field you want to filter on, and apply a filter action to that view on the dashboard
This is a link to a knowledge base article that details both methods mentioned.

How to create a help-form in FormsBuilder?

I am required to make a form which will contain important keywords and their description, with the possibility to search between the words. It is loaded from the Help menu and it is designed to give the users detailed help informations about other components. (Just like every application's Help menu)
I only used forms to query tables, and I was wondering, what is the correct way to achieve this? Does Oracle support any feature that would auto-generate a help-form based on my 'Help' inputs from Property Palettes? or do I have to manually write data into a canvas? if so, how can I search through it?
I considered creating a table and writing help informations in it, but I don't think that is the correct way.
Oracle Forms, unfortunately, does not give you programmatic access to values stored in property palettes, so your solution will need to be custom made.
Create a table, e.g. HELP_TOPICS (keyword, help_text), add a list item that contains all the keywords; when a user selects a keyword, query the table to find the help text, and set the value on a display-only text area item on the page.

Joomla Component Dynamic Custom Field based on other Field Value

I am creating a new Joomla Component. I am able to create custom fields for the component backend forms - but I am not able to create Dynamic Custom Fields.
What I would like to do is have a field that is dynamical populated based on the value of a previous field. The easiest way to explain this is the simple country,state,city breakdown.
Field 1 = Country
Field 2 = State (Based on what the user selected as as Country in Field 1)
Field 3 = City (Based on what the user selected as State in Field 2)
The fields would of course need to be refreshed, reset as the user picks a different country etc.
The data to populate the fields would also all need to come from a database based on the previous fields value.
I am guessing this needs to be done via ajax or javascript or something? But wondering if there is an official way? Especially since there are database calls involved.
Please let me know if there is anything I can explain better..
David
I ended up just creating text fields but then validating the input to make sure the values added are correct.

use customfield to filter with in marketo isnt working right

im using marketo and the documentation says that you can Filter with custom fields
but this isnt working
i hope some of you know why or how ??
what i know do is
XXX.mktorest.com/rest/v1/leads.json?filterType=lastName&filterValues=testlastname
thanks in advance
The "lastName" field is part of the standard set of attributes for a lead in Marketo. Unfortunately, it is not one of the standard attributes that you can query the Get Multiple Leads REST API as a filterType.
The standard set of attributes to query the Get Multiple Leads REST API as a filterType are id, cookie, email, twitterId, facebookId, linkedInId, sfdcAccountId, sfdcContactId, sfdcLeadId, sfdcLeadOwnerId, and sfdcOpptyId.
You can query the Get Multiple Leads REST API for a custom field that you create in Marketo. A Marketo custom field is a field extends the standard set of lead attributes.

Can we prepopulate the webform fields with values in webforms for marketers?

We have a requirement to pre-populate the Contact Form with user information on load if the user is a logged in user. So that, user need not fill his information using the webform.
Is there any way to do this using webforms for marketers?
Data is coming from a service api in json format. Need to figure out a way to bind it to fields either in server side or in client side.
Sitecore Version 7.1 140117 WFFM Version "Web Forms for Marketers
2.4.0 rev. 140117"
Have a look at Sitecore - Webforms For Marketers Form - Use ReadQueryString Option. Basically, there is a checkbox, ReadQueryString, in presentation details that gives you the option to fill in the default values from the query string. If checked, you use the item names of the fields (not the display name or title) as keys and the values you want to set the fields to as the values in key-value pair in the querystring.
Create a new rule based on use default value from user profile [fieldname] field and amend it to pick up the value from your service API.
This will be your best way and simplest option in my opinion.
I use this same approach prepopulating ucommerce data from its API.
Create custom field and then you can pre-populate values as per your need.
Like if you want to populate any value in Single line text field the create custom field for this and then reflect forms dll and copy code then update code as per your need.
Please check https://sitecoretweaks.wordpress.com/2015/02/20/custom-field-type-for-sitecore-web-form-for-marketers/ blog post for more details.

Resources