typescript Scribe #Scribe #Functions #MoussaElAnnan

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript Scribe #Scribe #Functions #MoussaElAnnan相关的知识,希望对你有一定的参考价值。

//Gets the objectrecordname from the scribe internal database and transform it to a CRM ouput.
XREFLOOKUPINTERNAL("objectrecordname", S17)
//Create Calculate Variable and use the STRIP() Function
IF(LEFT(STRIP_PHONE, 4) = "0032",
	STRIP_PHONE
	,
	IF(LEFT(STRIP_PHONE, 3) = "+32", 
		 REPLACE(STRIP_PHONE,1,3,"0032")
		,
		IF(LEFT(STRIP_PHONE, 1) = "0", 
			 REPLACE(STRIP_PHONE,1,1,"0032")
			,
			IF(LEFT(STRIP_PHONE, 2)  = "00",
				 REPLACE(STRIP_PHONE,1,2,"0032")
				 ,
				 IF(LEFT(STRIP_PHONE, 2)  = "32",
					REPLACE(STRIP_PHONE,1,2,"0032"),S293
					)
			  )
		  )
	  )
  )

以上是关于typescript Scribe #Scribe #Functions #MoussaElAnnan的主要内容,如果未能解决你的问题,请参考以下文章

Scribe安装及配置方法

python的scribe client

scribe优化版

scribe 搭建:configure: error: Could not link against !

scribe日志分析工具安装

Scribe Java Twitter发布错误