<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=DES%2FCurrent%2FDesigner%2FNaming</id>
	<title>DES/Current/Designer/Naming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=DES%2FCurrent%2FDesigner%2FNaming"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=DES/Current/Designer/Naming&amp;action=history"/>
	<updated>2026-04-21T22:53:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=DES/Current/Designer/Naming&amp;diff=130115&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{Article |Standalone=No |DisplayName=Naming conventions |TocName=Naming conventions |Context=Recommendations for naming Designer applications and resources. |ComingSoon=Yes |...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=DES/Current/Designer/Naming&amp;diff=130115&amp;oldid=prev"/>
		<updated>2022-10-11T17:45:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Article |Standalone=No |DisplayName=Naming conventions |TocName=Naming conventions |Context=Recommendations for naming Designer applications and resources. |ComingSoon=Yes |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Article&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Naming conventions&lt;br /&gt;
|TocName=Naming conventions&lt;br /&gt;
|Context=Recommendations for naming Designer applications and resources.&lt;br /&gt;
|ComingSoon=Yes&lt;br /&gt;
|Platform=GenesysEngage-onpremises&lt;br /&gt;
|Role=Administrator&lt;br /&gt;
|Application=Designer&lt;br /&gt;
|Section={{Section&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=Using a consistent standard of naming conventions can help to keep your applications and resources better organized. It enables application developers to quickly understand the logic and structure of an application and also makes it easier to troubleshoot issues or review reporting data in {{Link-SomewhereInThisVersion|manual=Designer|topic=AnalyticsBar}}. &lt;br /&gt;
&lt;br /&gt;
You can follow the recommended naming conventions described on this page, or use them as a starting point for developing a standard that fits the needs of your organization. The most important recommendation is to adopt a standard and be consistent.  &lt;br /&gt;
&lt;br /&gt;
If a specific naming convention is required, it will be noted as such, including any restrictions (such as whether or not you can use certain special characters).&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Variable naming&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=When naming a variable, use &amp;quot;v&amp;quot; as a prefix to identify it as a variable and use camel-case. For example:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;vMyNewVariable&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;vSkill&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;vVQName&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For variables that are used in {{Link-SomewhereInThisVersion|manual=Designer|topic=SharedModulesBar}}, you can designate the variable as being &amp;quot;in&amp;quot; or &amp;quot;out&amp;quot; (or both). For example:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;viName&amp;lt;/code&amp;gt; (in)&lt;br /&gt;
*&amp;lt;code&amp;gt;voName&amp;lt;/code&amp;gt; (out)&lt;br /&gt;
*&amp;lt;code&amp;gt;vioName&amp;lt;/code&amp;gt; (in and out)&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Block naming&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=Designer allows you to assign each block a custom name. You can name a block whatever you would like, but we recommend using a prefix that identifies the type of block being used. For example:&lt;br /&gt;
&lt;br /&gt;
*Assign Variables = &amp;lt;code&amp;gt;AV_&amp;lt;block name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Segmentation = &amp;lt;code&amp;gt;SG_&amp;lt;block name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Route Call = &amp;lt;code&amp;gt;RC_&amp;lt;block name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*Business Hours = &amp;lt;code&amp;gt;BH_&amp;lt;block name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Don't use any special characters in the names except for a hyphen (&amp;quot;-&amp;quot;) or space. For shared blocks, you can use a format that adds the line of business (LOB) and the version, such as:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;[&amp;lt;LOB&amp;gt;]&amp;lt;shared module name&amp;gt;_v1.0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If a shared module is being used in multiple applications, you could add the prefix ''common'' to the name. For example:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;common_&amp;lt;shared module name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Media resource naming&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=Media resource files should be named as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;''media resource name''&amp;gt;_&amp;lt;''short language name''&amp;gt;.&amp;lt;''file extension''&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: welcome_en-US.wav&lt;br /&gt;
&lt;br /&gt;
File names must only contain alphanumeric characters, underscores (_), hyphens (-), or dots (.) and cannot be longer than 50 characters. File names with special characters are not supported.&lt;br /&gt;
&lt;br /&gt;
For more information, see {{Link-SomewhereInThisVersion|manual=Designer|topic=MediaResources|anchor=ac_create|display text=Adding media resources to a collection}}.&lt;br /&gt;
|Status=No&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>