GeorgeBramhall2
5 years agoQrew Cadet
Formula decipher
Can someone explain what this Rich Text Formula is doing?:
//URLRoot() & "db/" & [_DBID_PARAMETERS] & "?a=API_GenAddRecordForm&_fid_24=" & URLEncode ([Week key])& "&z=" & Rurl()
var text urlInitialize =
URLRoot() & "db/" & [_DBID_PARAMETERS]
& "?a=API_EditRecord"
& "&rid=5"
& "&_fid_24=" & URLEncode ([Week key])
& "&apptoken=" & [appToken]
& "&rdr=" & URLEncode(
URLRoot() & "db/" & [_DBID_WEEKLYPRODUCTSINVTY]
& "?a=API_RunImport&id=10"
& "&apptoken=" & [appToken]
& "&rdr=" & URLEncode(
URLRoot() & "db/" & [_DBID_WEEK]
& "?a=er&rid=" & [Week RID]
)
);
"<a class = 'Vibrant Primary' title = '' href='" & $urlInitialize & "'>Initialize Product Movements</a>"
------------------------------
George Bramhall
------------------------------
//URLRoot() & "db/" & [_DBID_PARAMETERS] & "?a=API_GenAddRecordForm&_fid_24=" & URLEncode ([Week key])& "&z=" & Rurl()
var text urlInitialize =
URLRoot() & "db/" & [_DBID_PARAMETERS]
& "?a=API_EditRecord"
& "&rid=5"
& "&_fid_24=" & URLEncode ([Week key])
& "&apptoken=" & [appToken]
& "&rdr=" & URLEncode(
URLRoot() & "db/" & [_DBID_WEEKLYPRODUCTSINVTY]
& "?a=API_RunImport&id=10"
& "&apptoken=" & [appToken]
& "&rdr=" & URLEncode(
URLRoot() & "db/" & [_DBID_WEEK]
& "?a=er&rid=" & [Week RID]
)
);
"<a class = 'Vibrant Primary' title = '' href='" & $urlInitialize & "'>Initialize Product Movements</a>"
------------------------------
George Bramhall
------------------------------