<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://forums.garmin.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to access the setting Page for a datafield?</title><link>https://forums.garmin.com/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield</link><description>Hi, 
 i have an Edge 840. I maked a datafield for it and exported the prg file to the Edge. The datafield itself worked fine. But how can i access to the setting page? Its just a simple one for the FTP number. In the Simulator i can access via File &amp;gt;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Sep 2025 16:01:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://forums.garmin.com/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield" /><item><title>RE: How to access the setting Page for a datafield?</title><link>https://forums.garmin.com/thread/1976703?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 16:01:21 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:87a3b10c-32b2-4e65-9b49-0fda1f6d9399</guid><dc:creator>Andre8660</dc:creator><description>&lt;p&gt;Thanks. That worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to access the setting Page for a datafield?</title><link>https://forums.garmin.com/thread/1976694?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 15:28:41 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:c5f6e9af-0811-458e-bb9c-45225cc54b3e</guid><dc:creator>jim_m_58</dc:creator><description>&lt;p&gt;&lt;strong&gt;My Datafield is not showing in the Connect APP. In Garmin Express is listed but the three dots for the settings are missing there.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That will only work if you install from the app store.&amp;nbsp; You can mark it as beta so only you can install it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a href="https://forums.garmin.com/developer/connect-iq/w/wiki/4/new-developer-faq#app-settings"&gt;https://forums.garmin.com/developer/connect-iq/w/wiki/4/new-developer-faq#app-settings&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to access the setting Page for a datafield?</title><link>https://forums.garmin.com/thread/1976684?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 15:06:10 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:508d4689-8676-4b99-97a8-4b59905b5bea</guid><dc:creator>Andre8660</dc:creator><description>[quote userid="117275" url="~/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield/1976653#1976653"]That&amp;#39;s on-device settings which are accessed on the device itself. You implement those by defining your own settings view and returning it from getSettingsView() on your view class:[/quote]
&lt;p&gt;Thanks i will look at that&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="117275" url="~/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield/1976653#1976653"]That&amp;#39;s &amp;quot;off-device&amp;quot; settings which are defined in resource XML files and accessed via the Connect IQ app on your phone or Garmin Express on a computer. They&amp;#39;re not available on the device itself.[/quote]
&lt;p&gt;My Datafield is not showing in the Connect APP. In Garmin Express is listed but the three dots for the settings are missing there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to access the setting Page for a datafield?</title><link>https://forums.garmin.com/thread/1976653?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 14:13:43 GMT</pubDate><guid isPermaLink="false">a9571b57-dd57-479e-8763-8f8a603e40aa:7502cf7b-95b8-4b1c-88f2-361c1dc5beba</guid><dc:creator>flowstate</dc:creator><description>[quote userid="1069179" url="~/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield"]In the Simulator i can access via File &amp;gt; Edit Persistent Store &amp;gt; Edit Application.Properties data[/quote]
&lt;p&gt;That&amp;#39;s &amp;quot;off-device&amp;quot; settings which are defined in resource XML files and accessed via the Connect IQ app on your phone or Garmin Express on a computer. They&amp;#39;re not available on the device itself.&lt;/p&gt;
[quote userid="1069179" url="~/developer/connect-iq/f/discussion/422688/how-to-access-the-setting-page-for-a-datafield"] On the Edge normaly i will asked if a want to edit the settings when i add a datafield from the iq store. But it doesnt when i add my own datafield and i see no other way to get access there.[/quote]
&lt;p&gt;That&amp;#39;s on-device settings which are accessed on the device itself. You implement those by defining your own settings view and returning it from getSettingsView() on your view class:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.garmin.com/connect-iq/api-docs/Toybox/Application/AppBase.html#getSettingsView-instance_function"&gt;https://developer.garmin.com/connect-iq/api-docs/Toybox/Application/AppBase.html#getSettingsView-instance_function&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The big difference here is that you have to implement the UI and code to read/write settings yourself, instead of just declaring settings like you do in the other case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>