Skip to content

How Do I open Custom Browser from Symphony Extensibility App #4

@Buwaneka-Sumanasekara

Description

@Buwaneka-Sumanasekara

Here is my Sample JS Extensibility Code

var _api = SimphonyExtensibilityAPI;
var _pos = _api.Common.LoadPosCore();
var _opsContext = _api.Environment.Context;
var _dataStore = _api.Environment.DataStore;

globalThis.test = function test(url) {
  var id1 = _opsContext.TransEmployeeID;
  var browserUrl = url + "?id=" + id1;

  //TODO: need to show this url in Custom Browser

};

@simphonydeveloper

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions