1. 程式人生 > >SAP Cloud for Customer Cloud Application Studio的一些使用技巧(持續更新)

SAP Cloud for Customer Cloud Application Studio的一些使用技巧(持續更新)

OData boundary condition

Customer BO’s action is NOT visible for function import. The action could be performed, however after that the read on customer BO will fail.

  1. ABSL的臨時變數和JavaScript一樣,用var定義:
import ABSL;

foreach( var order in this ){
	order.OrderStatus = "4";
}
  1. import語句
import AP.Common.GDT;
import AP.CRM.Global;
  1. 如何在ABSL裡呼叫web service