Using custom template creating Apple wallet pass - ios

I need to implement a wallet pass design that doesn't match any of (Boarding, Coupons, Event tickets, Store cards or Generic passes) is it possible to create new custom template?
for example I need to
1- add icons beside fields
2- make secondary or auxiliary fields in column instead of row (under each other)
3- use primary keys similar to Boarding pass ones, but use different icon than (PKTransitTypeAir, PKTransitTypeBoat, PKTransitTypeBus, PKTransitTypeGeneric,PKTransitTypeTrain)
4- add additional label under Boarding pass primary fields
5- decrease font size of Boarding pass primary fields
5- add highlight background to one of the fields

Related

Adding Dynamic Link to Custom Field

I'm new to Netsuite Suitescript.
I have created a custom field which stores the sales order on the purchase Order. I am trying to make the field dynamic so when user clicks on it, it will take you to the Sales order
There is a standard NetSuite field at the Purchase Order level named "Created From". It is repopulated with the Sales Order # if a Purchase Order is created from a Sales Order. If this field is not sufficient, ensure the field you created is type = List/Record and stores a value. If you cannot store a value, please share more details on the custom field you created (type, defaulting, sourcing, filtering, etc.).
080421 addition:
I see. I can think of 3 ways to address this. (1) update the mechanism that creates POs, if it's a script instead of record.create use record.transform. This will populate the native NS field going forward. (2) create a custom transaction body field that will list the Sales Order Transaction record. Then you will have to set this value manually, or via script. or (3) update existing field to house the internal id of the SO, and create a custom transaction body field that is a hyperlink that has a default value as: 'https://XXXX.app.netsuite.com/app/accounting/transactions/salesord.nl?&id='||{fieldIdContainingSOInternalId}

Is it possible to add dynamic option to SettingsPane?

I use a SettingsPane to manage application settings. I want the user to be able create any number of Account option. This is a parent option which have children options like name, server, port, user and password. Each of them has extended description. If I add a new option through a button, SettingsPane doesn't show new option in the list. My first approach was to try to recreate SettingsView but SettingsPane creates additional views named Group_View_[Option Caption]_0_1 and Extended_View_[Option Caption]_1_2 which must be removed before recreating the SettingsView otherwise it throws an error like 'View must be unique'.
Is it possible to reload a view once it is created or to add dynamic options to SettingsPane?

repeating create form

I'm new to asp.net mvc and would like some pointers on where to start with this.
I can generate a create form to create a single record but what I'd like is the ability to fill in some details for a record say:
Type
Description
Cost
but once that first set of details is filled in a second set of boxes appear to allow a second set of data to be filled in then a third set and so on then press save to save all the records.
I'm using entity framework code first and MVC 5.
Any ideas where to start?

Creating Managed Lists Like Versions and Components

In JIRA, you can create custom fields which is good, but I feel that their field types are relatively weak.
For example, you can choose the 'Label' which you can add custom labels. That is good, but I need to be able to choose from a list that already exists and do not want users to be able to create new ones freely.
So that leaves us with the option of using a Single Selection List or a Multi-Selection List. The problem with this is the limited way of using it... drop-down. I wish you could populate an item similar to the way you can add a predefined 'Version' or 'Component'. The drop-down feels primitive.
So my question is: Are there a way of changing the selection interface of a list so that it mimics the way you would set a 'Target Version' for example (simply type it in freely and you can remove an item by clicking on the 'X' button).
Or if not, is there a way to create completely separate groups so that they can behave exactly like the 'Version' and the respective 'Version Picker' field.
I want my 'Customer' field to look and behave exactly like my 'Version' fields... not drop-down like.
Versions and Components fields use autocomplete renderer, but
For custom fields of type Multi Select, only the Select List Renderer is available. Furthermore, when modifying a field configuration, you will not be able to configure a Multi Select custom field's renderer.
see this link https://answers.atlassian.com/questions/16669/looking-for-a-custom-field-similar-to-the-component-field

How to use values from one section of view dynamically in a different section before submit?

We have a need where sections could be added and removed dynamically in one screen which need to be used in a different section in the same screen dynamically before submit.
Adding/removing, binding is the easier part which I have done, but the part I am struggling with is not seeing the values from the earlier section that get entered in the later section which the values are referenced/used again.
There is no value in the backing bean for the first section which when used later in the other section show blank which makes sense as submit has not occurred, but how to use the values entered in first sections that should be available in the model to be used in the later section?
Example:
Primary family member - adds other family members in the first section.
The primary and secondary family members should show in different subscriptions/memberships that they could be a part of and all this is on the same form.
I have a hard time explaining the issue, hopefully you have understood and are able to suggest a solution? I hope I dont have to define and use valuechangelisteners to each field.
We are using JSF2, Richfaces 4 and omnifaces.

Resources