This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../../salesforce/mobile-ui-elements/elements/force-sobject-collection/force-sobject-collection.html"> | |
<link rel="import" href="../../salesforce/mobile-ui-elements/elements/force-sobject/force-sobject.html"> | |
<link rel="import" href="../../salesforce/s1-elements/s1ListWithLabels.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#force_collection { | |
left: 610px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; aWF_RT_Formule (aWFFieldDescRuleEngine) (Def Version:5) (Implem Version:1) | |
uses aWFActionLog, aPF_HttpServletRequest | |
procedure WFCalculate(inOut Result : Boolean) | |
uses PT_wPortal | |
var ActionLog : CString | |
var theLog : aWFActionLog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uses aOST_CLI, aWFApplicationUserWithAuthorization | |
var theRequest : Text | |
var myOST_Motor : aOST_CLI | |
var RequestResponse : Text | |
var actionLog : aWFActionLog | |
;yo | |
WriteLn(GetResponse.OutText, '<h1>Hello World</h1>') | |
WriteLn(GetResponse.OutText, 'This page is fully configured') |