You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

I am looking for a way to get the value of a custom field (data type: NamedIDLabel) that I have crea

Question
13
Views
0
Comments

Summary

I am looking for a way to get the value of a custom field (data type: NamedIDLabel) that I have created in my contacts table.

Content

I am looking for a way to get the value of a custom field (data type: NamedIDLabel) that I have created in my contacts table.

If I use a widget, I can retrieve it in the following way

<rn:widget path="input/FormInput" name="Contact.CustomFields.c.CustomFieldsName" />

Is there any other way to do this?

<?
$contact = $this->model('Contact')->get(contactID)->result;
$metaData = $contact::getMetadata();

・・・・・

<option value="">--</option>
<option value="" <? = $this->outputSelected($key) ? >><? =\RightNow\Utils\Text::escapeHtml($item, false);? ></option>.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!