Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

com.bpsinfo.ultracart.affiliate.ui.partner.EditManagedLinkForm

In addition to other standard variables like $cart, StoreFront system screens (display and post form data, such as checkout screens) have a $form variable that contains fields and data specific to that screen.  

Listed below are the form fields specific to this screen template.

$form variables for template affiliate_partner_edit_managed_link.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

affiliateLinkOid

int

$form.affiliateLinkOid

 

 

 

affiliateProgramManagedLinkOid

int

$form.affiliateProgramManagedLinkOid

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

customHtml

string

$form.customHtml

 

 

 

customLandingUrl

string

$form.customLandingUrl

 

 

 

errors

Array of Errors

$form.errors

 

 

 

googleConversionId

string

$form.googleConversionId

 

 

 

imageCreatives

java.util.Collection (class com.bpsinfo.ultracart.affiliate.ui.partner.EditManagedLinkForm$ImageCreative)

$form.imageCreatives

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

invisibleLinkCreatives

java.util.Collection (class com.bpsinfo.ultracart.affiliate.ui.partner.EditManagedLinkForm$InvisibleLinkCreative)

$form.invisibleLinkCreatives

 

 

 

invisibleUrl

string

$form.invisibleUrl

 

 

 

name

string

$form.name

 

 

 

selectedImageCreativeOid

int

$form.selectedImageCreativeOid

 

 

 

selectedInvisibleLinkCreativeOid

int

$form.selectedInvisibleLinkCreativeOid

 

 

 

selectedTextCreativeOid

int

$form.selectedTextCreativeOid

 

 

 

targetUrl

string

$form.targetUrl

 

 

 

targetUrlName

string

$form.targetUrlName

 

 

 

textCreatives

java.util.Collection (class com.bpsinfo.ultracart.affiliate.ui.partner.EditManagedLinkForm$TextCreative)

$form.textCreatives

 

 

 

type

string

$form.type

 

 

 

ysmAccountId

string

$form.ysmAccountId

 

 

 

 

Flow

  • No labels