Skip to content

Commit

Permalink
JSB getStringListOptions remarks update
Browse files Browse the repository at this point in the history
Created from PR: 7993
  • Loading branch information
rescocrm committed Jan 12, 2024
1 parent 8d4b1c5 commit cfe0d4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/JSBridge.js
@@ -1,5 +1,5 @@
(function () {
var _scriptVersion = 16.1
var _scriptVersion = 17.0
// Private objects & functions
var _inherit = (function () {
function _() { }
Expand Down Expand Up @@ -2365,7 +2365,8 @@
MobileCRM.Localization.initialize(fn, errorCallback, scope);
};
MobileCRM.Metadata.getStringListOptions = function (entityName, propertyName) {
/// <summary>Gets the list of options for the string list property.</summary>
/// <summary>Gets the list of options for the string list property.</summary>
/// <remarks><see cref="MobileCRM.Localization">MobileCRM.Localization</see> needs to be initialized prior to using this function. Otherwise empty array is returned.</remarks>
/// <param name="entityName" type="String">The entity name.</param>
/// <param name="propertyName" type="String">The string list property name.</param>
var options = {};
Expand Down

0 comments on commit cfe0d4f

Please sign in to comment.